Interface AbstractAsyncManagedObjectSource.ExecutionLabeller
-
- Enclosing class:
- AbstractAsyncManagedObjectSource<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
public static interface AbstractAsyncManagedObjectSource.ExecutionLabeller
Provides the ability to label the requiredExecutionStrategy
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Obtains the index of theExecutionStrategy
.AbstractAsyncManagedObjectSource.ExecutionLabeller
setLabel(java.lang.String label)
Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractAsyncManagedObjectSource.ExecutionLabeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label
- Label.- Returns:
this
AbstractAsyncManagedObjectSource.ExecutionLabeller
(allows simpler coding).
-
getIndex
int getIndex()
Obtains the index of theExecutionStrategy
.- Returns:
- Index of the
ExecutionStrategy
.
-
-