Package de.otto.synapse.endpoint
Interface MessageEndpointFactory<T extends MessageEndpoint>
- All Superinterfaces:
Selectable
- All Known Subinterfaces:
MessageLogReceiverEndpointFactory,MessageSenderEndpointFactory
-
Method Summary
Methods inherited from interface de.otto.synapse.endpoint.Selectable
matches, selector
-
Method Details
-
create
Creates and returns aMessageEndpointfor a messaging channel.- Parameters:
channelName- the name of the channel of the createdMessageEndpoint- Returns:
- MessagerSenderEndpoint
-