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. |
| RequestContext |
Wrapper for externally provided request context data.
|
| 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.
|
| AbstractExecutorProvidersConfigurator |
Abstract Configurator which initializes and register
ExecutorServiceProvider and
ScheduledExecutorServiceProvider. |
| ExecutorProviders |
A utility class with a methods for handling executor injection registration and proper disposal.
|
| RequestScope |
Scopes a single request/response processing execution on a single thread.
|
| RequestScope.RequestScopeConfigurator |
Configurator which initializes and register
RequestScope instance int InjectionManager and
BootstrapBag. |
| Stage.Continuation<DATA> |
Data processing stage continuation.
|
| Stages |
A stage-related collection of utility methods.
|
| Stages.LinkedStage<DATA> |
Linked linear stage implementation.
|
| Annotation Type | Description |
|---|---|
| RequestScoped |
Request scope binding annotation.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.