FactoryBean implementations to provide various components.See: Description
| Class | Description |
|---|---|
| CreateOrReuseFactoryBean<T> |
Spring
FactoryBean implementation to provide either a new bean, created on
the first injection, or the previously-created bean thereafter. |
| EnvironmentFactoryBean |
A
FactoryBean implementation that provides easy creation of Reactor a Environment. |
| HashWheelTimerFactoryBean |
A
FactoryBean implementation that provides HashWheelTimers in a round-robin fashion. |
| ReactorFactoryBean |
A Spring
FactoryBean for creating a singleton Reactor. |
| Enum | Description |
|---|---|
| EventRouting |
An enumeration of the different types of event routing
|
FactoryBean implementations to provide various components.