Interface ChannelProviderFactory


  • public interface ChannelProviderFactory
    ChanneProvider factory interface.
    Author:
    mse
    • Method Detail

      • getFactoryName

        String getFactoryName()
        Get factory name (i.e. name of the provider).
        Returns:
        the factory name.
      • sharedInstance

        ChannelProvider sharedInstance()
        Get a shared instance.
        Returns:
        a shared instance.
      • newInstance

        ChannelProvider newInstance()
        Create a new instance.
        Returns:
        a new instance.