public interface SyncApiProvider
ApiProvider.| Modifier and Type | Method and Description |
|---|---|
MethodResult |
invoke(String serviceId,
String operationId,
DataValue input,
ExecutionContext ctx)
Invokes the specified operation using the provided input and
execution context.
|
MethodResult invoke(String serviceId, String operationId, DataValue input, ExecutionContext ctx)
Target method is identified by serviceId and
operationId.
serviceId - identifier of the target serviceoperationId - identifier of the target operationinput - operation input parametersctx - execution context for the invocationCopyright © 2022. All rights reserved.