Interface AbstractAsyncManagedObjectSource.Labeller<K extends java.lang.Enum<K>>
-
- All Known Subinterfaces:
AbstractAsyncManagedObjectSource.DependencyLabeller<K>
- Enclosing class:
- AbstractAsyncManagedObjectSource<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
public static interface AbstractAsyncManagedObjectSource.Labeller<K extends java.lang.Enum<K>>
Provides the ability to label the required dependency orFlow
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Obtains the index of the dependency orFlow
.K
getKey()
Obtains the key of the dependency orFlow
.AbstractAsyncManagedObjectSource.Labeller<K>
setLabel(java.lang.String label)
Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractAsyncManagedObjectSource.Labeller<K> setLabel(java.lang.String label)
Specifies the label.- Parameters:
label
- Label.- Returns:
this
AbstractAsyncManagedObjectSource.Labeller
(allows simpler coding).
-
-