Package energy.eddie.api.v0_82.outbound
Interface ValidatedHistoricalDataEnvelopeOutboundConnector
- All Known Implementing Classes:
AmqpOutbound,CimConnector,KafkaConnector
public interface ValidatedHistoricalDataEnvelopeOutboundConnector
An outbound connector delivers data to the eligible party. All messages from the region connectors
are passed on to the EP using their transport of choice, e.g. Kafka.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEddieValidatedHistoricalDataMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v0_82.vhd.ValidatedHistoricalDataEnvelope> marketDocumentStream) Sets the stream of validated historical data market documents to be sent to the EP app.
-
Method Details
-
setEddieValidatedHistoricalDataMarketDocumentStream
void setEddieValidatedHistoricalDataMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v0_82.vhd.ValidatedHistoricalDataEnvelope> marketDocumentStream) Sets the stream of validated historical data market documents to be sent to the EP app.- Parameters:
marketDocumentStream- stream of validated historical data market documents
-