Interface AcknowledgementMarketDocumentOutboundConnector

All Known Implementing Classes:
AmqpOutbound, CimConnector, KafkaConnector

public interface AcknowledgementMarketDocumentOutboundConnector
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
    setAcknowledgementMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v1_12.ack.AcknowledgementEnvelope> marketDocumentStream)
     
  • Method Details

    • setAcknowledgementMarketDocumentStream

      void setAcknowledgementMarketDocumentStream(reactor.core.publisher.Flux<energy.eddie.cim.v1_12.ack.AcknowledgementEnvelope> marketDocumentStream)