Package energy.eddie.api.v0_82.outbound
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 TypeMethodDescriptionvoidsetAccountingPointEnvelopeStream(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
-