- java.lang.Object
-
- org.jacpfx.vertx.spring.SpringContextConfiguration
-
@Configuration @EnableAspectJAutoProxy public class SpringContextConfiguration extends Object
This Spring configuration adds a verticle lifecycle aspect to ensure that all spring verticle closes the spring context when un deployed.- Author:
- Andy Moncsek
-
-
Constructor Summary
Constructors Constructor Description SpringContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertxLifecycleAspectvertxLifecycleAspect()
-
-
-
Method Detail
-
vertxLifecycleAspect
@Bean public VertxLifecycleAspect vertxLifecycleAspect()
-
-