public interface MessageEndpointFactory<T extends MessageEndpoint> extends Selectable
| Modifier and Type | Method and Description |
|---|---|
T |
create(java.lang.String channelName)
Creates and returns a
MessageEndpoint for a messaging channel. |
matches, selectorT create(@Nonnull java.lang.String channelName)
MessageEndpoint for a messaging channel.channelName - the name of the channel of the created MessageEndpoint