Uses of Interface
org.eclipse.milo.opcua.sdk.client.OpcUaClientConfig
Packages that use OpcUaClientConfig
-
Uses of OpcUaClientConfig in org.eclipse.milo.opcua.sdk.client
Methods in org.eclipse.milo.opcua.sdk.client that return OpcUaClientConfigModifier and TypeMethodDescriptionOpcUaClientConfigBuilder.build()static OpcUaClientConfigOpcUaClientConfig.copy(OpcUaClientConfig config, Consumer<OpcUaClientConfigBuilder> consumer) Copy the values from an existingOpcUaClientConfiginto a newOpcUaClientConfigBuilderand then submit the builder to the provided consumer for modification.OpcUaClient.getConfig()Methods in org.eclipse.milo.opcua.sdk.client with parameters of type OpcUaClientConfigModifier and TypeMethodDescriptionstatic OpcUaClientConfigBuilderOpcUaClientConfig.copy(OpcUaClientConfig config) Copy the values from an existingOpcUaClientConfiginto a newOpcUaClientConfigBuilder.static OpcUaClientConfigOpcUaClientConfig.copy(OpcUaClientConfig config, Consumer<OpcUaClientConfigBuilder> consumer) Copy the values from an existingOpcUaClientConfiginto a newOpcUaClientConfigBuilderand then submit the builder to the provided consumer for modification.static OpcUaClientOpcUaClient.create(OpcUaClientConfig config) Create anOpcUaClientconfigured withconfig.static OpcUaClientOpcUaClient.create(OpcUaClientConfig config, Consumer<org.eclipse.milo.opcua.stack.transport.client.tcp.OpcTcpClientTransportConfigBuilder> configureTransport) Create anOpcUaClientconfigured withconfig.Constructors in org.eclipse.milo.opcua.sdk.client with parameters of type OpcUaClientConfigModifierConstructorDescriptionOpcUaClient(OpcUaClientConfig config, org.eclipse.milo.opcua.stack.transport.client.OpcClientTransport transport)