| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.client |
| Modifier and Type | Method and Description |
|---|---|
static UaStackClientConfig |
UaStackClientConfig.copy(UaStackClientConfig config,
Consumer<UaStackClientConfigBuilder> consumer)
Copy the values from an existing
UaStackClientConfig into a new UaStackClientConfigBuilder
and then submit the builder to the provided consumer for modification. |
static CompletableFuture<List<ApplicationDescription>> |
DiscoveryClient.findServers(String endpointUrl,
Consumer<UaStackClientConfigBuilder> customizer)
Query the FindServers service at the
endpointUrl. |
static CompletableFuture<List<EndpointDescription>> |
DiscoveryClient.getEndpoints(String endpointUrl,
Consumer<UaStackClientConfigBuilder> customizer)
Query the GetEndpoints service at
endpointUrl. |
Copyright © 2022. All rights reserved.