Interface WorkerAccessor<CTX,E extends java.lang.Exception>

  • Type Parameters:
    CTX - the generic type
    E - the element type
    All Known Subinterfaces:
    WorkerAccessor.WorkerProperty<CTX,E>

    public interface WorkerAccessor<CTX,E extends java.lang.Exception>
    Provides an accessor for a command property.
    • Method Detail

      • getWorker

        Worker<CTX,E> getWorker()
        Retrieves the worker from the worker property.
        Returns:
        The worker stored by the worker property.