| AbstractRuntimeManager |
Common implementation that all RuntimeManager implementations should inherit from.
|
| DefaultRegisterableItemsFactory |
Default implementation of the RegisterableItemsFactory responsible for providing
a common set of WorkItemHandlers and EventListeners.
|
| RuntimeEngineImpl |
An implementation of the RuntimeEngine that additionally implements the Disposable
interface to allow other components to register listeners on it.
|
| RuntimeEngineInitlializer |
|
| RuntimeEnvironmentBuilder |
A builder implementation that follows the fluent approach to build RuntimeEnvironments.
|
| SimpleRegisterableItemsFactory |
The most basic RegisterableItemsFactory implementation that allows us to define listeners and work
item handlers by their class.
|
| SimpleRuntimeEnvironment |
The most basic implementation of the RuntimeEnvironment that, at the same time, serves as base
implementation for all extensions.
|