- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class SpringSingleVerticleConfiguration
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Removes all Spring verticles except the one that has been started.
This should avoid missconfigurations because all other spring verticles in the context are not started as a verticle.
Each spring verticle creates his own spring context and must be deployed on it's own.
Created by Andy Moncsek on 12.03.14.
- Author:
- Andy Moncsek