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
null
input
- input value; must not be null
public String getServiceId()
public String getOperationId()
public ExecutionContext getExecutionContext()
public StructValue getInput()
Copyright © 2015. All Rights Reserved.