Class AccountingPointDataStream
java.lang.Object
energy.eddie.regionconnector.de.eta.providers.AccountingPointDataStream
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<IdentifiableAccountingPointData> Get the flux of accounting point data.voidclose()voidpublish(DePermissionRequest permissionRequest, EtaPlusAccountingPointData data) Publish a chunk of accounting point data.
-
Constructor Details
-
AccountingPointDataStream
public AccountingPointDataStream()
-
-
Method Details
-
accountingPointData
Get the flux of accounting point data.- Returns:
- flux of identifiable accounting point data
-
publish
Publish a chunk of accounting point data.- Parameters:
permissionRequest- the permission request associated with this datadata- the accounting point data from the MDA
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-