Interface State<T extends Enum<T>,I>

All Superinterfaces:
Completable<I>
All Known Implementing Classes:
AbstractState, CoordinatorState, JobState, ParticipateState.Job, SessionState, SyncState, ValidationState

public interface State<T extends Enum<T>,I> extends Completable<I>
  • Method Details

    • getStatus

      T getStatus()
    • getStateTimesMillis

      EnumMap<T,Long> getStateTimesMillis()