Package com.tangosol.util.fsm
Interface NonBlockingFiniteStateMachine.TaskDependencies
-
- All Known Implementing Classes:
NonBlockingFiniteStateMachine.DefaultTaskDependencies
- Enclosing class:
- NonBlockingFiniteStateMachine<S extends Enum<S>>
public static interface NonBlockingFiniteStateMachine.TaskDependencies
Dependencies for Task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getAssociatedKey()
Return the associated key for the task.long
getExecutionTimeoutMillis()
Return the execution timeout for the task in millisecond.
-
-
-
Method Detail
-
getExecutionTimeoutMillis
long getExecutionTimeoutMillis()
Return the execution timeout for the task in millisecond.- Returns:
- the execution timeout
-
getAssociatedKey
Object getAssociatedKey()
Return the associated key for the task.- Returns:
- the associated key
-
-