Class CdsValidatedHistoricalDataMarketDocumentProvider
java.lang.Object
energy.eddie.regionconnector.cds.providers.vhd.CdsValidatedHistoricalDataMarketDocumentProvider
- All Implemented Interfaces:
ValidatedHistoricalDataEnvelopeProvider,AutoCloseable
@Component
public class CdsValidatedHistoricalDataMarketDocumentProvider
extends Object
implements ValidatedHistoricalDataEnvelopeProvider
-
Constructor Summary
ConstructorsConstructorDescription -
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
-
CdsValidatedHistoricalDataMarketDocumentProvider
-
-
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
public void close()Description copied from interface:ValidatedHistoricalDataEnvelopeProviderEmit a complete signal on the Flow in this method.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceValidatedHistoricalDataEnvelopeProvider
-