Class DatadisAccountingPointEnvelopeProvider
java.lang.Object
energy.eddie.regionconnector.es.datadis.providers.v0_82.DatadisAccountingPointEnvelopeProvider
- All Implemented Interfaces:
AccountingPointEnvelopeProvider,AutoCloseable
@Component
public class DatadisAccountingPointEnvelopeProvider
extends Object
implements AccountingPointEnvelopeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionDatadisAccountingPointEnvelopeProvider(EnergyDataStreams streams, IntermediateAPMDFactory intermediateAPMDFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Emit a complete signal on the Flow in this method.reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> Data stream of all EddieValidatedHistoricalDataMarketDocument created by this region connector.
-
Constructor Details
-
DatadisAccountingPointEnvelopeProvider
public DatadisAccountingPointEnvelopeProvider(EnergyDataStreams streams, IntermediateAPMDFactory intermediateAPMDFactory)
-
-
Method Details
-
getAccountingPointEnvelopeFlux
public reactor.core.publisher.Flux<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope> getAccountingPointEnvelopeFlux()Description copied from interface:AccountingPointEnvelopeProviderData stream of all EddieValidatedHistoricalDataMarketDocument created by this region connector.- Specified by:
getAccountingPointEnvelopeFluxin interfaceAccountingPointEnvelopeProvider- Returns:
- EddieValidatedHistoricalDataMarketDocument stream
-
close
Description copied from interface:AccountingPointEnvelopeProviderEmit a complete signal on the Flow in this method.- Specified by:
closein interfaceAccountingPointEnvelopeProvider- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-