Interface AccountingPointEnvelopeProvider

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AccountingPointDataProvider, CdsAccountingPointDataMarketDocumentProvider, CimStreams, DatadisAccountingPointEnvelopeProvider, EdaAccountingPointEnvelopeProvider, EnedisAccountingPointDataEnvelopeProvider, EnerginetAccountingPointEnvelopeProvider, NlAccountingPointDataEnvelopeProvider

public interface AccountingPointEnvelopeProvider extends AutoCloseable
Used to extend a RegionConnector by making a Flux of AccountingPointEnvelopes available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void close() throws Exception
      Emit a complete signal on the Flow in this method.
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception