Interface ActivityTreeUtil.ActivityStateTransformer<X>
- 
- Enclosing class:
 - ActivityTreeUtil
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@Experimental @FunctionalInterface public static interface ActivityTreeUtil.ActivityStateTransformer<X>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xtransform(@NotNull ActivityPath path, @Nullable ActivityStateType state, @Nullable List<ActivityStateType> workerStates, @NotNull TaskType task)Worker states are present in the case of distributed coordinator-workers scenario. 
 - 
 
- 
- 
Method Detail
- 
transform
X transform(@NotNull @NotNull ActivityPath path, @Nullable @Nullable ActivityStateType state, @Nullable @Nullable List<ActivityStateType> workerStates, @NotNull @NotNull TaskType task)
Worker states are present in the case of distributed coordinator-workers scenario. 
 - 
 
 -