Interface NonBlockingFiniteStateMachine.TaskDependencies
- All Known Implementing Classes:
NonBlockingFiniteStateMachine.DefaultTaskDependencies
- Enclosing class:
NonBlockingFiniteStateMachine<S extends Enum<S>>
public static interface NonBlockingFiniteStateMachine.TaskDependencies
Dependencies for Task.
- Since:
- Coherence 12.2.1
- Author:
- Brian Oliver
-
Method Summary
Modifier and TypeMethodDescriptionReturn the associated key for the task.long
Return the execution timeout for the task in millisecond.
-
Method Details
-
getExecutionTimeoutMillis
long getExecutionTimeoutMillis()Return the execution timeout for the task in millisecond.- Returns:
- the execution timeout
-
getAssociatedKey
-