Package energy.eddie.api.v1_12.outbound
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 TypeMethodDescriptionreactor.core.publisher.Flux<energy.eddie.cim.v1_12.recmmoe.RECMMOEEnvelope> A flux ofRECMMOEEnvelopes, 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 ofRECMMOEEnvelopes, 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.
-