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 SummaryModifier and TypeMethodDescriptiontransform(@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 Details- 
transformX 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.
 
-