See: Description
| Interface | Description |
|---|---|
| ChainableStage<DATA> |
Linear acceptor that can be composed into a chain.
|
| Inflecting<DATA,RESULT> |
Interface that is used to indicate that the instance provides an
Inflector. |
| Stage<DATA> |
Data processing stage that can be used to create dynamic data processing chains.
|
| Stage.Builder<DATA> |
Linear stage chain builder.
|
| Class | Description |
|---|---|
| AbstractChainableStage<DATA> |
Abstract chainable linear acceptor.
|
| ExecutorProviders |
A utility class with a methods for handling executor injection registration and proper disposal.
|
| ExecutorProviders.ExecutorServiceFactory | |
| ExecutorProviders.ScheduledExecutorServiceFactory | |
| RequestScope |
Scopes a single request/response processing execution on a single thread.
|
| RequestScope.Binder |
Request scope injection binder.
|
| RequestScope.Instance |
Implementation of the request scope instance.
|
| Stage.Continuation<DATA> |
Data processing stage continuation.
|
| Stages |
A stage-related collection of utility methods.
|
| Stages.InflectingStage<DATA,RESULT> | |
| Stages.LinkedStage<DATA> |
Linked linear stage implementation.
|
| Stages.StageChainBuilder<DATA> |
| Annotation Type | Description |
|---|---|
| RequestScoped |
Request scope binding annotation.
|