Package energy.eddie.api.v1_04.outbound
Interface NearRealTimeDataMarketDocumentOutboundConnectorV1_04
- All Known Implementing Classes:
AmqpOutbound,CimConnector,KafkaConnector
public interface NearRealTimeDataMarketDocumentOutboundConnectorV1_04
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 TypeMethodDescriptionvoidsetNearRealTimeDataMarketDocumentStreamV1_04(reactor.core.publisher.Flux<energy.eddie.cim.v1_04.rtd.RTDEnvelope> marketDocumentStream)
-
Method Details
-
setNearRealTimeDataMarketDocumentStreamV1_04
void setNearRealTimeDataMarketDocumentStreamV1_04(reactor.core.publisher.Flux<energy.eddie.cim.v1_04.rtd.RTDEnvelope> marketDocumentStream)
-