Interface PermissionMarketDocumentProvider

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DePermissionMarketDocumentProvider, DocumentStreams, PermissionMarketDocumentMessageHandler

public interface PermissionMarketDocumentProvider extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<energy.eddie.cim.v0_82.pmd.PermissionEnvelope>
    Data stream of all PermissionMarketDocument updates created by this region connector.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • getPermissionMarketDocumentStream

      reactor.core.publisher.Flux<energy.eddie.cim.v0_82.pmd.PermissionEnvelope> getPermissionMarketDocumentStream()
      Data stream of all PermissionMarketDocument updates created by this region connector. The PermissionMarketDocument will contain the new state of the permission in the process
      Returns:
      PermissionMarketDocument stream that can be consumed only once