Class ValidatedHistoricalDataProvider
java.lang.Object
energy.eddie.regionconnector.us.green.button.providers.v0_82.ValidatedHistoricalDataProvider
- All Implemented Interfaces:
ValidatedHistoricalDataEnvelopeProvider,AutoCloseable
@Component
public class ValidatedHistoricalDataProvider
extends Object
implements ValidatedHistoricalDataEnvelopeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionValidatedHistoricalDataProvider(PublishService publishService, org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller, CommonInformationModelConfiguration cimConfig, GreenButtonConfiguration greenButtonConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Emit a complete signal on the Flow in this method.reactor.core.publisher.Flux<energy.eddie.cim.v0_82.vhd.ValidatedHistoricalDataEnvelope> Data stream of all ValidatedHistoricalDataEnvelopes 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.v0_82.vhd.ValidatedHistoricalDataEnvelope> getValidatedHistoricalDataMarketDocumentsStream()Description copied from interface:ValidatedHistoricalDataEnvelopeProviderData stream of all ValidatedHistoricalDataEnvelopes created by this region connector.- Specified by:
getValidatedHistoricalDataMarketDocumentsStreamin interfaceValidatedHistoricalDataEnvelopeProvider- Returns:
- ValidatedHistoricalDataEnvelope stream
-
close
Description copied from interface:ValidatedHistoricalDataEnvelopeProviderEmit a complete signal on the Flow in this method.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceValidatedHistoricalDataEnvelopeProvider- Throws:
Exception
-