Package org.apache.camel
Interface Producer
-
- All Superinterfaces:
AutoCloseable,EndpointAware,IsSingleton,Processor,Service
- All Known Subinterfaces:
AsyncProducer
public interface Producer extends Processor, Service, IsSingleton, EndpointAware
Provides a channel on which clients can create and invoke message exchanges on anEndpoint. Important: Do not do any initialization in the constructor. Instead useBaseService.doInit()orBaseService.doStart().
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.EndpointAware
getEndpoint
-
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
-