Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.PubSubDiagnosticsConnectionType
Packages that use PubSubDiagnosticsConnectionType
-
Uses of PubSubDiagnosticsConnectionType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement PubSubDiagnosticsConnectionTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return PubSubDiagnosticsConnectionTypeModifier and TypeMethodDescriptionPubSubConnectionType.getDiagnosticsNode()Get the DiagnosticsPubSubDiagnosticsConnectionTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type PubSubDiagnosticsConnectionTypeModifier and TypeMethodDescriptionCompletableFuture<? extends PubSubDiagnosticsConnectionType>PubSubConnectionType.getDiagnosticsNodeAsync()Asynchronous implementation ofPubSubConnectionType.getDiagnosticsNode().