Interface WorkerAccessor.WorkerMutator<CTX,E extends Exception>

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

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

    Modifier and Type
    Method
    Description
    void
    setWorker(Worker<CTX,E> aCommand)
    Sets the worker for the worker property.
  • Method Details

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