Interface ContextAccessor<CTX>

  • Type Parameters:
    CTX - The context's type to be accessed.
    All Known Subinterfaces:
    ContextAccessor.ContextProperty<CTX>


    public interface ContextAccessor<CTX>
    Provides an accessor for a context property.
    • Method Detail

      • getContext

        CTX getContext​()
        Retrieves the context from the context property.
        Returns:
        The context stored by the context property.