Class NlAccountingPointDataEnvelopeProvider
java.lang.Object
energy.eddie.regionconnector.nl.mijn.aansluiting.providers.v0_82.NlAccountingPointDataEnvelopeProvider
- All Implemented Interfaces:
AccountingPointEnvelopeProvider,AutoCloseable
@Component
public class NlAccountingPointDataEnvelopeProvider
extends Object
implements AccountingPointEnvelopeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionNlAccountingPointDataEnvelopeProvider(PollingService pollingService, MijnAansluitingConfiguration config) -
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
-
NlAccountingPointDataEnvelopeProvider
public NlAccountingPointDataEnvelopeProvider(PollingService pollingService, MijnAansluitingConfiguration config)
-
-
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
public void close()Description copied from interface:AccountingPointEnvelopeProviderEmit a complete signal on the Flow in this method.- Specified by:
closein interfaceAccountingPointEnvelopeProvider- Specified by:
closein interfaceAutoCloseable
-