Package energy.eddie.api.v0_82
Interface AccountingPointEnvelopeProvider
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AccountingPointDataProvider,CdsAccountingPointDataMarketDocumentProvider,CimStreams,DatadisAccountingPointEnvelopeProvider,EdaAccountingPointEnvelopeProvider,EnedisAccountingPointDataEnvelopeProvider,EnerginetAccountingPointEnvelopeProvider,NlAccountingPointDataEnvelopeProvider
Used to extend a
RegionConnector by making a Flux of AccountingPointEnvelopes available.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Emit a complete signal on the Flow in this method.reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> Data stream of all EddieValidatedHistoricalDataMarketDocument created by this region connector.
-
Method Details
-
getAccountingPointEnvelopeFlux
reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> getAccountingPointEnvelopeFlux()Data stream of all EddieValidatedHistoricalDataMarketDocument created by this region connector.- Returns:
- EddieValidatedHistoricalDataMarketDocument stream
-
close
Emit a complete signal on the Flow in this method.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-