Class GreenButtonBeanConfig
java.lang.Object
energy.eddie.regionconnector.us.green.button.GreenButtonBeanConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionStatusMessageHandler(EventBus eventBus, UsPermissionRequestRepository repository) dataNeedCalculationService(DataNeedsService dataNeedsService) eventBus()fulfillmentService(Outbox outbox) org.springframework.oxm.jaxb.Jaxb2Marshalleroutbox(EventBus eventBus, UsPermissionEventRepository permissionEventRepository) pmdHandler(EventBus eventBus, UsPermissionRequestRepository repository, DataNeedsService dataNeedsService, CommonInformationModelConfiguration cimConfig) org.springframework.web.reactive.function.client.WebClientwebClient(GreenButtonConfiguration greenButtonConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.web.reactive.function.client.WebClient.Builder builder)
-
Constructor Details
-
GreenButtonBeanConfig
public GreenButtonBeanConfig()
-
-
Method Details
-
webClient
@Bean public org.springframework.web.reactive.function.client.WebClient webClient(GreenButtonConfiguration greenButtonConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.web.reactive.function.client.WebClient.Builder builder) -
eventBus
-
dataNeedCalculationService
@Bean public DataNeedCalculationService<DataNeed> dataNeedCalculationService(DataNeedsService dataNeedsService) -
jaxb2Marshaller
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller()