Interface StateAccessor<S>

  • Type Parameters:
    S - The type of the state to be used.
    All Known Subinterfaces:
    StateAccessor.StateProperty<S>

    public interface StateAccessor<S>
    Provides access to a statusCode property for e.g. key / statusCode pair.
    • Method Detail

      • getState

        S getState()
        Retrieves the state from the statusCode property.
        Returns:
        The statusCode stored by the state property.