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 an Endpoint.

Important: Do not do any initialization in the constructor. Instead use BaseService.doInit() or BaseService.doStart().