Interface WorkerAccessor.WorkerMutator<CTX,E extends Exception>

    • 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.