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

  • Type Parameters:
    CTX - the generic type
    E - the element type
    All Known Subinterfaces:
    WorkerAccessor.WorkerProperty<CTX,E>
    Enclosing interface:
    WorkerAccessor<CTX,E extends java.lang.Exception>

    public static interface WorkerAccessor.WorkerMutator<CTX,E extends java.lang.Exception>
    Provides a mutator for a worker property.
    • Method Detail

      • setWorker

        void setWorker​(Worker<CTX,E> aCommand)
        Sets the worker for the worker property.
        Parameters:
        aCommand - The worker to be stored by the worker property.