public static class PublisherUtils.WorkUnitStateSuccess extends Object implements Predicate<WorkUnitState>
Predicate that checks if a given WorkUnitState has a WorkUnitState.WorkingState equal
to WorkUnitState.WorkingState.SUCCESSFUL.| Constructor and Description |
|---|
WorkUnitStateSuccess() |
public boolean apply(WorkUnitState workUnitState)
apply in interface Predicate<WorkUnitState>