Class TimeoutImpl<R>
java.lang.Object
dev.failsafe.internal.TimeoutImpl<R>
- Type Parameters:
R- result type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theTimeoutConfigthat the Timeout was built with.toExecutor(int policyIndex) Returns aPolicyExecutorcapable of handling an execution for the Policy.toString()
-
Field Details
-
config
-
-
Constructor Details
-
TimeoutImpl
-
-
Method Details
-
getConfig
Description copied from interface:TimeoutReturns theTimeoutConfigthat the Timeout was built with. -
toExecutor
Description copied from interface:PolicyReturns aPolicyExecutorcapable of handling an execution for the Policy.- Specified by:
toExecutorin interfacePolicy<R>
-
toString
-