Class SimulationConnectorSpringConfig

java.lang.Object
energy.eddie.regionconnector.simulation.SimulationConnectorSpringConfig
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@EnableWebMvc @SpringBootApplication public class SimulationConnectorSpringConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  • Constructor Details

    • SimulationConnectorSpringConfig

      public SimulationConnectorSpringConfig()
  • Method Details

    • addResourceHandlers

      public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
      Specified by:
      addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • connectionStatusStreamSink

      @Bean public reactor.core.publisher.Sinks.Many<ConnectionStatusMessage> connectionStatusStreamSink()
    • dataNeedCalculationService

      @Bean public DataNeedCalculationService<DataNeed> dataNeedCalculationService(DataNeedsService dataNeedsService, SimulationDataNeedRuleSet simulationDataNeedRuleSet)