Class EnedisAccountingPointDataEnvelopeProvider
java.lang.Object
energy.eddie.regionconnector.fr.enedis.providers.v0_82.EnedisAccountingPointDataEnvelopeProvider
- All Implemented Interfaces:
AccountingPointEnvelopeProvider,AutoCloseable
@Component
public class EnedisAccountingPointDataEnvelopeProvider
extends Object
implements AccountingPointEnvelopeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionEnedisAccountingPointDataEnvelopeProvider(EnergyDataStreams streams, IntermediateMarketDocumentFactory intermediateMarketDocumentFactory) -
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
-
EnedisAccountingPointDataEnvelopeProvider
public EnedisAccountingPointDataEnvelopeProvider(EnergyDataStreams streams, IntermediateMarketDocumentFactory intermediateMarketDocumentFactory)
-
-
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
-