Interface MessageLogReceiverEndpointFactory
- All Superinterfaces:
MessageEndpointFactory<MessageLogReceiverEndpoint>,Selectable
public interface MessageLogReceiverEndpointFactory
extends MessageEndpointFactory<MessageLogReceiverEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns aMessageLogReceiverEndpointfor a messaging channel.Methods inherited from interface de.otto.synapse.endpoint.Selectable
matches, selector
-
Method Details
-
create
Creates and returns aMessageLogReceiverEndpointfor a messaging channel.- Specified by:
createin interfaceMessageEndpointFactory<MessageLogReceiverEndpoint>- Parameters:
channelName- the name of the channel of the createdMessageLogReceiverEndpoint- Returns:
- MessageLogReceiverEndpoint
-