Class CustomChannelProvider

  • All Implemented Interfaces:
    ComponentLifecycle

    public class CustomChannelProvider
    extends ChannelProvider

    In the adapter configuration file this class is aliased as custom-channel-provider which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • CustomChannelProvider

        public CustomChannelProvider()
      • CustomChannelProvider

        public CustomChannelProvider​(java.lang.String address)
      • CustomChannelProvider

        public CustomChannelProvider​(java.lang.String address,
                                     java.lang.Boolean usePlaintext)
    • Method Detail

      • getAddress

        public java.lang.String getAddress()
      • setAddress

        public void setAddress​(java.lang.String address)
      • getUsePlaintext

        public java.lang.Boolean getUsePlaintext()
      • setUsePlaintext

        public void setUsePlaintext​(java.lang.Boolean usePlaintext)