public static class RequestProcessor.Request extends Object
| Constructor and Description |
|---|
Request(String serviceId,
String operationId,
ExecutionContext ctx,
DataValue input) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
getCtx() |
DataValue |
getInput() |
String |
getOperationId() |
String |
getServiceId() |
public Request(String serviceId, String operationId, ExecutionContext ctx, DataValue input)
serviceId - must not be nulloperationId - must not be nullctx - can be nullinput - must not be nullpublic String getServiceId()
nullpublic String getOperationId()
nullpublic ExecutionContext getCtx()
nullpublic DataValue getInput()
nullCopyright © 2023. All rights reserved.