Interface WorkerAccessor<CTX,E extends Exception>
- Type Parameters:
CTX- the generic typeE- the element type
- All Known Subinterfaces:
WorkerAccessor.WorkerProperty<CTX,E>
public interface WorkerAccessor<CTX,E extends Exception>
Provides an accessor for a command property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceWorkerAccessor.WorkerBuilder<CTX,E extends Exception, B extends WorkerAccessor.WorkerBuilder<CTX, E, B>> Provides a builder method for a name property returning the builder for applying multiple build operations.static interfaceWorkerAccessor.WorkerMutator<CTX,E extends Exception> Provides a mutator for a worker property.static interfaceWorkerAccessor.WorkerProperty<CTX,E extends Exception> Provides a worker property. -
Method Summary
-
Method Details
-
getWorker
-