| Class | Description |
|---|---|
| SpringContextConfiguration |
This Spring configuration adds a verticle lifecycle aspect to ensure that all spring verticle closes the spring context when un deployed.
|
| SpringSingleVerticleConfiguration |
Removes all Spring verticles except the one that has been started.
|
| SpringVerticleFactory |
A Vertx Spring factory that creates a spring verticle and loads for each verticle instance a spring context
|
| VerticleBeanDefinition | |
| VertxLifecycleAspect |
This aspect closes the spring context in case the spring verticle is stopped
|
| Annotation Type | Description |
|---|---|
| SpringVerticle |
With this annotation you declare a Verticle as a spring verticle.
|
Copyright © 2019. All rights reserved.