Interface ChannelAdapterSelector<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:
AdapterSelector<O,I,CO,CI>

public interface ChannelAdapterSelector<O,I,CO,CI> extends AdapterSelector<O,I,CO,CI>
Selects a protocol adapter based on the given machine data for channel connectors.
Author:
Holger Eichelberger, SSE