Class InfluxConnector.Descriptor
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.connectors.ConnectorDescriptor>
- All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.ConnectorDescriptor,de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.connectors.ConnectorDescriptor>
- Enclosing class:
InfluxConnector<CO,CI>
public static class InfluxConnector.Descriptor
extends de.iip_ecosphere.platform.connectors.AbstractPluginConnectorDescriptor<Object,Object>
The descriptor of this connector (see META-INF/services).
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor.PluginSupplier<T> -
Field Summary
Fields inherited from interface de.iip_ecosphere.platform.connectors.ConnectorDescriptor
PLUGIN_ID_PREFIX, PLUGIN_TEST_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <O,I, CO, CI, S extends de.iip_ecosphere.platform.connectors.AdapterSelector<Object, Object, CO, CI>, A extends de.iip_ecosphere.platform.connectors.types.ProtocolAdapter<Object, Object, CO, CI>>
de.iip_ecosphere.platform.connectors.Connector<Object, Object, CO, CI> createConnectorImpl(S selector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> params, A... adapter) Class<?> getName()protected StringMethods inherited from class de.iip_ecosphere.platform.connectors.AbstractPluginConnectorDescriptor
additionalIds, createConnector, createConnector, createConnectorImpl, initIds, initPluginSupplierMethods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor
createPluginMethods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, getFurtherIds, getId, getType, initPluginClass
-
Constructor Details
-
Descriptor
public Descriptor()
-
-
Method Details
-
getName
-
getConnectorType
-
createConnectorImpl
protected <O,I, de.iip_ecosphere.platform.connectors.Connector<Object,CO, CI, S extends de.iip_ecosphere.platform.connectors.AdapterSelector<Object, Object, CO, CI>, A extends de.iip_ecosphere.platform.connectors.types.ProtocolAdapter<Object, Object, CO, CI>> Object, createConnectorImplCO, CI> (S selector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> params, A... adapter) -
initId
-