R
- result typepublic interface Policy<R>
Modifier and Type | Method and Description |
---|---|
PolicyConfig<R> |
getConfig()
Returns the policy config.
|
PolicyExecutor<R> |
toExecutor(int policyIndex)
Returns a
PolicyExecutor capable of handling an execution for the Policy. |
PolicyConfig<R> getConfig()
PolicyExecutor<R> toExecutor(int policyIndex)
PolicyExecutor
capable of handling an execution for the Policy.Copyright © 2022. All rights reserved.