CTX - the generic typeE - the element typeWorkerAccessor.WorkerProperty<CTX,E>public interface WorkerAccessor<CTX,E extends Exception>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
WorkerAccessor.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 interface |
WorkerAccessor.WorkerMutator<CTX,E extends Exception> |
Provides a mutator for a worker property.
|
static interface |
WorkerAccessor.WorkerProperty<CTX,E extends Exception> |
Provides a worker property.
|
| Modifier and Type | Method | Description |
|---|---|---|
Worker<CTX,E> |
getWorker() |
Retrieves the worker from the worker property.
|
Copyright © 2018. All rights reserved.