Module jacpfx.vertx.spring
Package org.jacpfx.vertx.spring
-
Class Summary 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 contextVerticleBeanDefinition VertxLifecycleAspect This aspect closes the spring context in case the spring verticle is stopped -
Annotation Types Summary Annotation Type Description SpringVerticle With this annotation you declare a Verticle as a spring verticle.