Interface ManagedTransportConstructorParameters

    • Method Detail

      • getSubscribeChannels

        java.util.List<java.lang.String> getSubscribeChannels()
        Get the channels that the chain containing this transport instance is subscribed to for receiving messages from the host towards the transport.
        Returns:
        Never null. Empty if this chain is only sending towards the host and not towards the transport.
      • getDefaultChannelTowardsHost

        java.lang.String getDefaultChannelTowardsHost()
        Get the default channel used on this chain for messages sent from the transport towards the host. It is possible for individual messages to override this default.
        Returns:
        May be null if this chain is only sending towards the transport (or if no default was specified when the chain was created by the manager).