| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client | |
| org.eclipse.milo.opcua.sdk.client.api | |
| org.eclipse.milo.opcua.sdk.client.api.config |
| Modifier and Type | Method and Description |
|---|---|
OpcUaClientConfig |
OpcUaClient.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static OpcUaClient |
OpcUaClient.create(OpcUaClientConfig config)
Create an
OpcUaClient configured with config. |
| Modifier and Type | Method and Description |
|---|---|
static OpcUaClient |
OpcUaClient.create(String endpointUrl,
Function<List<org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription>,Optional<org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription>> selectEndpoint,
Function<OpcUaClientConfigBuilder,OpcUaClientConfig> buildConfig)
Create and configure an
OpcUaClient by selecting an EndpointDescription from a list of endpoints
retrieved via the GetEndpoints service from the server at endpointUrl and building an
OpcUaClientConfig using that endpoint. |
| Constructor and Description |
|---|
OpcUaClient(OpcUaClientConfig config,
UaStackClient stackClient) |
| Modifier and Type | Method and Description |
|---|---|
OpcUaClientConfig |
UaClient.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
OpcUaClientConfig |
OpcUaClientConfigBuilder.build() |
static OpcUaClientConfig |
OpcUaClientConfig.copy(OpcUaClientConfig config,
Consumer<OpcUaClientConfigBuilder> consumer)
Copy the values from an existing
OpcUaClientConfig into a new OpcUaClientConfigBuilder and then
submit the builder to the provided consumer for modification. |
| Modifier and Type | Method and Description |
|---|---|
static OpcUaClientConfigBuilder |
OpcUaClientConfig.copy(OpcUaClientConfig config)
Copy the values from an existing
OpcUaClientConfig into a new OpcUaClientConfigBuilder. |
static OpcUaClientConfig |
OpcUaClientConfig.copy(OpcUaClientConfig config,
Consumer<OpcUaClientConfigBuilder> consumer)
Copy the values from an existing
OpcUaClientConfig into a new OpcUaClientConfigBuilder and then
submit the builder to the provided consumer for modification. |
Copyright © 2021. All rights reserved.