public static final class RetryPolicy.RetryContext extends Object
| Constructor and Description |
|---|
RetryPolicy.RetryContext(String serviceId,
String operationId,
ExecutionContext executionContext,
StructValue input)
Creates a context.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
getExecutionContext() |
StructValue |
getInput() |
String |
getOperationId() |
String |
getServiceId() |
public RetryPolicy.RetryContext(String serviceId, 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
nullinput - input value; must not be nullpublic String getServiceId()
public String getOperationId()
public ExecutionContext getExecutionContext()
public StructValue getInput()
Copyright © 2016. All Rights Reserved.