Class StartupApplicationListener
- java.lang.Object
-
- de.iip_ecosphere.platform.services.spring.StartupApplicationListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
- Direct Known Subclasses:
SpringLifecycleDescriptor.Startup
@Component public class StartupApplicationListener extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>Performs instance initialization work withSpringInstances. Must be executed before first use ofSpringCloudServiceManager.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private SpringCloudServiceSetupconfigprivate org.springframework.cloud.deployer.spi.app.AppDeployerdeployer
-
Constructor Summary
Constructors Constructor Description StartupApplicationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
-
-
Field Detail
-
deployer
@Autowired private org.springframework.cloud.deployer.spi.app.AppDeployer deployer
-
config
@Autowired private SpringCloudServiceSetup config
-
-