Interface ChannelProtocolAdapter<O,​I,​CO,​CI>

  • Type Parameters:
    O - the output type from the underlying machine/platform
    I - the input type to the underlying machine/platform
    CO - the output type of the connector
    CI - the input type of the connector
    All Superinterfaces:
    ProtocolAdapter<O,​I,​CO,​CI>
    All Known Implementing Classes:
    ChannelTranslatingProtocolAdapter

    public interface ChannelProtocolAdapter<O,​I,​CO,​CI>
    extends ProtocolAdapter<O,​I,​CO,​CI>
    Adapts a channeled protocol from/to an underlying machine/platform.
    Author:
    Holger Eichelberger, SSE
    • Method Detail

      • getInputChannel

        java.lang.String getInputChannel()
        Returns the name of the input channel. Further semantics is implied/restrictions are imposed by the underlying protocol.
        Returns:
        the name of the input channel
      • getOutputChannel

        java.lang.String getOutputChannel()
        Returns the name of the output channel. Further semantics is implied/restrictions are imposed by the underlying protocol.
        Returns:
        the name of the output channel