Interface AccountingPointEnvelopeOutboundConnector

All Known Implementing Classes:
AmqpOutbound, CimConnector, KafkaConnector

public interface AccountingPointEnvelopeOutboundConnector
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
    setAccountingPointEnvelopeStream(reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> marketDocumentStream)
    Sets the stream of accounting point market documents to be sent to the EP app.
  • Method Details

    • setAccountingPointEnvelopeStream

      void setAccountingPointEnvelopeStream(reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> marketDocumentStream)
      Sets the stream of accounting point market documents to be sent to the EP app.
      Parameters:
      marketDocumentStream - stream of accounting point market documents