Class ValidatedHistoricalDataProvider
java.lang.Object
energy.eddie.regionconnector.us.green.button.providers.v1_04.ValidatedHistoricalDataProvider
- All Implemented Interfaces:
ValidatedHistoricalDataMarketDocumentProvider
@Component("v104ValidatedHistoricalDataProvider")
public class ValidatedHistoricalDataProvider
extends Object
implements ValidatedHistoricalDataMarketDocumentProvider
-
Constructor Summary
ConstructorsConstructorDescriptionValidatedHistoricalDataProvider(PublishService publishService, org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller, CommonInformationModelConfiguration cimConfig, GreenButtonConfiguration greenButtonConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<energy.eddie.cim.v1_04.vhd.VHDEnvelope> Data stream of all VHDEnvelope created by this region connector.
-
Constructor Details
-
ValidatedHistoricalDataProvider
public ValidatedHistoricalDataProvider(PublishService publishService, org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller, CommonInformationModelConfiguration cimConfig, GreenButtonConfiguration greenButtonConfiguration)
-
-
Method Details
-
getValidatedHistoricalDataMarketDocumentsStream
public reactor.core.publisher.Flux<energy.eddie.cim.v1_04.vhd.VHDEnvelope> getValidatedHistoricalDataMarketDocumentsStream()Description copied from interface:ValidatedHistoricalDataMarketDocumentProviderData stream of all VHDEnvelope created by this region connector.- Specified by:
getValidatedHistoricalDataMarketDocumentsStreamin interfaceValidatedHistoricalDataMarketDocumentProvider- Returns:
- VHDEnvelope stream
-