Package org.intocps.maestro.webapi
Class ApplicationConfiguration
- java.lang.Object
-
- org.intocps.maestro.webapi.ApplicationConfiguration
-
@Configuration @Profile("main") public class ApplicationConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoeServicecoeService()org.springframework.web.socket.server.standard.ServletServerContainerFactoryBeancreateWebSocketContainer()SimulatorManagementServicesimulationManagementService()
-
-
-
Method Detail
-
createWebSocketContainer
@Bean public org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean createWebSocketContainer()
-
coeService
@Bean @Primary public CoeService coeService()
-
simulationManagementService
@Bean @Primary public SimulatorManagementService simulationManagementService()
-
-