Interface NearRealTimeDataMarketDocumentOutboundConnector

All Known Implementing Classes:
AmqpOutbound, CimConnectorV1_04, KafkaConnector

public interface NearRealTimeDataMarketDocumentOutboundConnector
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 Type
    Method
    Description
    void
    setNearRealTimeDataMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v1_04.rtd.RTDEnvelope> marketDocumentStream)
     
  • Method Details

    • setNearRealTimeDataMarketDocumentStream

      void setNearRealTimeDataMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v1_04.rtd.RTDEnvelope> marketDocumentStream)