Interface ValidatedHistoricalDataEnvelopeProvider

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
CdsValidatedHistoricalDataMarketDocumentProvider, CimStreams, DatadisValidatedHistoricalDataEnvelopeProvider, DocumentStreams, EdaValidatedHistoricalDataEnvelopeProvider, EnedisValidatedHistoricalDataEnvelopeProvider, EnerginetValidatedHistoricalDataEnvelopeProvider, FluviusValidatedHistoricalDataEnvelopeProvider, NlValidatedHistoricalDataEnvelopeProvider, ValidatedHistoricalDataProvider

public interface ValidatedHistoricalDataEnvelopeProvider extends AutoCloseable
Used to extend a RegionConnector by making a Flux of ValidatedHistoricalDataEnvelopes 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.vhd.ValidatedHistoricalDataEnvelope>
    Data stream of all ValidatedHistoricalDataEnvelopes created by this region connector.
  • Method Details

    • getValidatedHistoricalDataMarketDocumentsStream

      reactor.core.publisher.Flux<energy.eddie.cim.v0_82.vhd.ValidatedHistoricalDataEnvelope> getValidatedHistoricalDataMarketDocumentsStream()
      Data stream of all ValidatedHistoricalDataEnvelopes created by this region connector.
      Returns:
      ValidatedHistoricalDataEnvelope stream
    • close

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