@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| EventConfig |
Configuration related to Eventing within the Genie application.
|
| HttpSessionConfig |
Class to replace HTTP Session from Tomcat with one persisted to Redis for sharing session across a cluster.
|
| JobConfig |
Configuration for Jobs Setup and Run.
|
| LeadershipConfig |
Beans for Leadership of a Genie cluster.
|
| MvcConfig |
Configuration for Spring MVC.
|
| PropertiesConfig |
Configuration for creating beans for Genie Properties.
|
| RedisConfig |
Controls whether a Redis connection is configured for this Genie node or not.
|
| RedisConfig.EnableRedisRepositoryConfig |
Whether or not we should enable Redis data repositories.
|
| ServicesConfig |
Configuration for all the services.
|
| SwaggerConfig |
Spring configuration for Swagger via SpringFox.
|
| TaskConfig |
Configuration of beans for asynchronous tasks within Genie.
|
| ValidationConfig |
Configuration for bean validation within Genie.
|
| ZookeeperConfig |
Configuration and beans related to working with Zookeeper.
|