Uses of Class
org.apache.camel.model.PausableDefinition
Packages that use PausableDefinition
-
Uses of PausableDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return PausableDefinitionModifier and TypeMethodDescriptionPausableDefinition.consumerListener(String consumerListenerRef) Sets the consumer listener to usePausableDefinition.consumerListener(org.apache.camel.resume.ConsumerListener<?, ?> consumerListener) Sets the consumer listener to useProcessorDefinition.pausable()This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operationPausableDefinition.untilCheck(String untilCheck) References to a java.util.function.Predicate to use for until checks.PausableDefinition.untilCheck(Predicate<?> untilCheck) The java.util.function.Predicate to use for until checks.