Uses of Interface
org.apache.camel.resume.ConsumerListener
-
Packages that use ConsumerListener Package Description org.apache.camel The core Camel API.org.apache.camel.resume -
-
Uses of ConsumerListener in org.apache.camel
Methods in org.apache.camel with parameters of type ConsumerListener Modifier and Type Method Description voidRoute. setConsumerListener(ConsumerListener<?,?> consumerListener)Sets the consumer listener for the route -
Uses of ConsumerListener in org.apache.camel.resume
Classes in org.apache.camel.resume with type parameters of type ConsumerListener Modifier and Type Interface Description interfaceConsumerListenerAware<T extends ConsumerListener<?,?>>An interface to represent an object which wishes to support listening for consumer events using theConsumerListener.
-