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