Interface MinMaxEnvelopeOutboundConnector

All Known Implementing Classes:
AmqpInbound, CimConnector, MinMaxEnvelopeKafkaConnector

public interface MinMaxEnvelopeOutboundConnector
A min-max envelope connector allows the eligible party to send reference energy curve min-max operating envelopes to a certain region-connector.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<energy.eddie.cim.v1_12.recmmoe.RECMMOEEnvelope>
    A flux of RECMMOEEnvelopes, which provide a min-max envelope curve for a certain time period.
  • Method Details

    • getMinMaxEnvelopes

      reactor.core.publisher.Flux<energy.eddie.cim.v1_12.recmmoe.RECMMOEEnvelope> getMinMaxEnvelopes()
      A flux of RECMMOEEnvelopes, which provide a min-max envelope curve for a certain time period.
      Returns:
      A flux of min-max envelopes to be sent to the region-connector.