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 EndpointAware
getEndpointMethods inherited from interface IsSingleton
isSingleton