public static final class RetryPolicy.RetryContext
extends java.lang.Object
Constructor and Description |
---|
RetryContext(java.lang.String serviceId,
java.lang.String operationId,
ExecutionContext executionContext,
StructValue input)
Creates a context.
|
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
getExecutionContext() |
StructValue |
getInput() |
java.lang.String |
getOperationId() |
java.lang.String |
getServiceId() |
public RetryContext(java.lang.String serviceId, java.lang.String operationId, ExecutionContext executionContext, StructValue input)
serviceId
- service fully-qualified name; must not be
null
or emptyoperationId
- operation name; must not be null
or
emptyexecutionContext
- execution context; must not be
null
input
- input value; must not be null
public java.lang.String getServiceId()
public java.lang.String getOperationId()
public ExecutionContext getExecutionContext()
public StructValue getInput()