Interface ChannelAdapterSelector.ChannelAdapterProvider<O,I,CO,CI>
- Type Parameters:
O- the output type from the underlying machine/platformI- the input type to the underlying machine/platformCO- the output type of the connectorCI- the input type of the connector
- All Superinterfaces:
AdapterSelector.AdapterProvider<O,I, CO, CI>
- All Known Implementing Classes:
AbstractChannelConnector.ChannelAdapterProvider
- Enclosing interface:
ChannelAdapterSelector<O,I, CO, CI>
public static interface ChannelAdapterSelector.ChannelAdapterProvider<O,I,CO,CI>
extends AdapterSelector.AdapterProvider<O,I,CO,CI>
Refines
AdapterSelector.AdapterProvider.- Author:
- Holger Eichelberger, SSE
-
Method Summary
Methods inherited from interface de.iip_ecosphere.platform.connectors.AdapterSelector.AdapterProvider
getAdapterCount
-
Method Details
-
getAdapter
Description copied from interface:AdapterSelector.AdapterProviderReturns the specified adapter.- Specified by:
getAdapterin interfaceAdapterSelector.AdapterProvider<O,I, CO, CI> - Parameters:
index- the 0-based index- Returns:
- the adapter
-