|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OtherwiseType | |
---|---|
org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of OtherwiseType in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder that return OtherwiseType | |
---|---|
OtherwiseType |
RouteBuilder.intercept(Predicate predicate)
Applies a route for an interceptor if the given predicate is true otherwise the interceptor route is not applied |
Uses of OtherwiseType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return OtherwiseType | |
---|---|
OtherwiseType |
ChoiceType.getOtherwise()
|
OtherwiseType |
ProcessorType.intercept(Predicate predicate)
Apply an interceptor route if the predicate is true |
OtherwiseType |
RoutesType.intercept(Predicate predicate)
|
OtherwiseType |
ChoiceType.otherwise()
|
OtherwiseType |
InterceptType.when(Predicate predicate)
Applies this interceptor only if the given predicate is true |
Methods in org.apache.camel.model with parameters of type OtherwiseType | |
---|---|
void |
ChoiceType.setOtherwise(OtherwiseType otherwise)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |