Uses of Class
org.apache.camel.model.PausableDefinition
-
Packages that use PausableDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of PausableDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return PausableDefinition Modifier and Type Method Description PausableDefinitionPausableDefinition. consumerListener(String consumerListenerRef)Sets the consumer listener to usePausableDefinitionPausableDefinition. consumerListener(org.apache.camel.resume.ConsumerListener<?,?> consumerListener)Sets the consumer listener to usePausableDefinitionProcessorDefinition. pausable()This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operationPausableDefinitionPausableDefinition. untilCheck(String untilCheck)References to a java.util.function.Predicate to use for until checks.PausableDefinitionPausableDefinition. untilCheck(Predicate<?> untilCheck)The java.util.function.Predicate to use for until checks.
-