Uses of Class
de.iip_ecosphere.platform.connectors.ConnectorParameter.ConnectorParameterBuilder
Packages that use ConnectorParameter.ConnectorParameterBuilder
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
-
Uses of ConnectorParameter.ConnectorParameterBuilder in de.iip_ecosphere.platform.connectors
Methods in de.iip_ecosphere.platform.connectors that return ConnectorParameter.ConnectorParameterBuilderModifier and TypeMethodDescriptionConnectorParameter.ConnectorParameterBuilder.newBuilder(ConnectorParameter params) Creates a new connector parameter builder based on the givenparams.ConnectorParameter.ConnectorParameterBuilder.newBuilder(ConnectorParameter params, String host, Integer port, de.iip_ecosphere.platform.support.Schema schema) Creates a new connector parameter builder based on the givenparams.ConnectorParameter.ConnectorParameterBuilder.newBuilder(de.iip_ecosphere.platform.support.ServerAddress addr) Creates a new connector parameter builder with required basic information.ConnectorParameter.ConnectorParameterBuilder.newBuilder(String host, int port) Creates a new connector parameter builder with required basic information.ConnectorParameter.ConnectorParameterBuilder.newBuilder(String host, int port, de.iip_ecosphere.platform.support.Schema schema) Creates a new connector parameter builder with required basic information.ConnectorParameter.ConnectorParameterBuilder.setApplicationInformation(String applicationId, String applicationDescription) Sets connector-dependent application information.ConnectorParameter.ConnectorParameterBuilder.setAutoApplicationId(boolean autoApplicationId) Defines whether the application identification is expected to be unique or shall be made unique upon first connect.ConnectorParameter.ConnectorParameterBuilder.setCacheMode(ConnectorParameter.CacheMode cacheMode) Defines the cache mode.ConnectorParameter.ConnectorParameterBuilder.setEndpointPath(String endpointPath) Sets a connector-dependent endpoint path, a URL path.ConnectorParameter.ConnectorParameterBuilder.setHostnameVerification(boolean hostnameVerification) Defines whether TLS hostname verification shall be performed.ConnectorParameter.ConnectorParameterBuilder.setIdentities(Map<String, de.iip_ecosphere.platform.support.identities.IdentityToken> identityToken) Sets the endpoint identities.ConnectorParameter.ConnectorParameterBuilder.setKeepAlive(int keepAlive) Sets the keep alive time for connection heartbeats/reconnects (if supported).ConnectorParameter.ConnectorParameterBuilder.setKeyAlias(String alias) Sets up optional TLS key alias.ConnectorParameter.ConnectorParameterBuilder.setKeystoreKey(String keystoreKey) Sets up the optional TLS keystore key to be obtained fromIdentityStore.ConnectorParameter.ConnectorParameterBuilder.setNotificationInterval(int notificationInterval) Defines the notification interval, i.e., how frequently the connector shall look for new values.ConnectorParameter.ConnectorParameterBuilder.setRequestTimeout(int requestTimeout) Sets the request timeout.ConnectorParameter.ConnectorParameterBuilder.setService(de.iip_ecosphere.platform.support.iip_aas.NameplateSetup.Service service) Sets the optional service information to select upon.ConnectorParameter.ConnectorParameterBuilder.setSpecificSetting(String key, Object value) Adds connector specific settings.ConnectorParameter.ConnectorParameterBuilder.setSpecificSettingFromResource(String key, String resource, de.iip_ecosphere.platform.support.resources.ResourceResolver... resolver) Adds connector specific settings by reading the setting value from a given resource.ConnectorParameter.ConnectorParameterBuilder.setSpecificSettingFromResourceSafe(String key, String resource, de.iip_ecosphere.platform.support.resources.ResourceResolver... resolver) Adds connector specific settings by reading the setting value as the contents of a given resource.