public static final class RetryPolicy.RetrySpec extends Object
| Constructor and Description |
|---|
RetryPolicy.RetrySpec(InvocationConfig invocationConfig)
Creates a specification, which may have an
InvocationConfig. |
public RetryPolicy.RetrySpec(InvocationConfig invocationConfig)
InvocationConfig.
The InvocationConfig will be used when retrying the
invocation.invocationConfig - configuration for the next invocation
attempt; if null the original
invocation configuration will be usedpublic InvocationConfig getInvocationConfig()
nullCopyright © 2016. All Rights Reserved.