Uses of Interface
de.iip_ecosphere.platform.connectors.ChannelAdapterSelector
Packages that use ChannelAdapterSelector
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
-
Uses of ChannelAdapterSelector in de.iip_ecosphere.platform.connectors
Fields in de.iip_ecosphere.platform.connectors declared as ChannelAdapterSelectorModifier and TypeFieldDescriptionprivate ChannelAdapterSelector<O, I, CO, CI> AbstractChannelConnector.selectorMethods in de.iip_ecosphere.platform.connectors with type parameters of type ChannelAdapterSelectorModifier and TypeMethodDescriptionprotected abstract <O,I, CO, CI, S extends ChannelAdapterSelector<TO, TI, CO, CI>, A extends ChannelProtocolAdapter<TO, TI, CO, CI>>
Connector<TO, TI, CO, CI> AbstractPluginChannelConnectorDescriptor.createConnectorImpl(S selector, Supplier<ConnectorParameter> params, A... adapter) Creates a connector instance based on adapted types.Methods in de.iip_ecosphere.platform.connectors that return ChannelAdapterSelectorModifier and TypeMethodDescriptionprivate static <O,I, CO, CI>
ChannelAdapterSelector<O, I, CO, CI> AbstractChannelConnector.ensureAdapterSelector(ChannelAdapterSelector<O, I, CO, CI> selector) Ensures that there is at least a default first-adapter selector of the right type.protected ChannelAdapterSelector<O, I, CO, CI> AbstractChannelConnector.getSelector()Returns the adapter selector.Methods in de.iip_ecosphere.platform.connectors with parameters of type ChannelAdapterSelectorModifier and TypeMethodDescriptionprivate static <O,I, CO, CI>
ChannelAdapterSelector<O, I, CO, CI> AbstractChannelConnector.ensureAdapterSelector(ChannelAdapterSelector<O, I, CO, CI> selector) Ensures that there is at least a default first-adapter selector of the right type.Constructors in de.iip_ecosphere.platform.connectors with parameters of type ChannelAdapterSelectorModifierConstructorDescriptionprotectedAbstractChannelConnector(ChannelAdapterSelector<O, I, CO, CI> selector, ChannelProtocolAdapter<O, I, CO, CI>... adapter) Creates an instance and installs the protocol adapter.