class ServerExecutorProvidersConfigurator extends AbstractExecutorProvidersConfigurator
ExecutorServiceProvider
and
ScheduledExecutorServiceProvider
.Modifier and Type | Class and Description |
---|---|
private static class |
ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider
Default
ScheduledExecutorServiceProvider used on the server side for providing the scheduled executor service that
runs background tasks. |
private static class |
ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider
Default
ExecutorServiceProvider used on the server side for managed asynchronous request processing. |
Constructor and Description |
---|
ServerExecutorProvidersConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
init(InjectionManager injectionManager,
BootstrapBag bootstrapBag)
Pre-initialization method should only register services into
InjectionManager and populate BootstrapBag . |
registerExecutors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postInit
public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
BootstrapConfigurator
InjectionManager
and populate BootstrapBag
.injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.