Interface MessageEndpointFactory<T extends MessageEndpoint>

    • Method Detail

      • create

        T create​(@Nonnull
                 java.lang.String channelName)
        Creates and returns a MessageEndpoint for a messaging channel.
        Parameters:
        channelName - the name of the channel of the created MessageEndpoint
        Returns:
        MessagerSenderEndpoint