Module 

Interface ChannelFactory<C extends Channel>


public interface ChannelFactory<C extends Channel>
A generalized channel factory type.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    Create the channel instance.
  • Method Details

    • create

      C create()
      Create the channel instance.
      Returns:
      the channel instance