Interface StatusAccessor<S>

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


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

      • getStatus

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