Interface WorkerAccessor<CTX,E extends Exception>

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

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

    • getWorker

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