Package org.refcodes.command
Interface WorkerAccessor<CTX,E extends java.lang.Exception>
-
- Type Parameters:
CTX- the generic typeE- the element type
- All Known Subinterfaces:
WorkerAccessor.WorkerProperty<CTX,E>
public interface WorkerAccessor<CTX,E extends java.lang.Exception>Provides an accessor for a command property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWorkerAccessor.WorkerBuilder<CTX,E extends java.lang.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 java.lang.Exception>Provides a mutator for a worker property.static interfaceWorkerAccessor.WorkerProperty<CTX,E extends java.lang.Exception>Provides a worker property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Worker<CTX,E>getWorker()Retrieves the worker from the worker property.
-