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()
null
Copyright © 2015. All Rights Reserved.