Uses of Interface
org.apache.camel.EndpointAware
-
Packages that use EndpointAware Package Description org.apache.camel The core Camel API. -
-
Uses of EndpointAware in org.apache.camel
Subinterfaces of EndpointAware in org.apache.camel Modifier and Type Interface Description interface
AsyncProducer
Asynchronous producerinterface
BatchConsumer
A consumer of a batch of message exchanges from anEndpoint
interface
Consumer
A consumer of message exchanges from anEndpoint
.interface
PollingConsumer
Represents a Polling Consumer where the caller polls for messages when it is ready.interface
Producer
Provides a channel on which clients can create and invoke message exchanges on anEndpoint
.
-