public interface MethodServices
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<org.eclipse.milo.opcua.stack.core.types.structured.CallMethodResult> |
call(org.eclipse.milo.opcua.stack.core.types.structured.CallMethodRequest request)
Call (invoke) a method.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.structured.CallResponse> |
call(List<org.eclipse.milo.opcua.stack.core.types.structured.CallMethodRequest> methodsToCall)
This service is used to call (invoke) a list of methods.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.structured.CallResponse> call(List<org.eclipse.milo.opcua.stack.core.types.structured.CallMethodRequest> methodsToCall)
methodsToCall - a list of methods to call.CompletableFuture containing the CallResponse.default CompletableFuture<org.eclipse.milo.opcua.stack.core.types.structured.CallMethodResult> call(org.eclipse.milo.opcua.stack.core.types.structured.CallMethodRequest request)
request - the CallMethodRequest describing the method to invoke.CompletableFuture containing the CallMethodResult.call(List)Copyright © 2021. All rights reserved.