Package energy.eddie.api.agnostic
Interface ConnectionStatusMessageProvider
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ConnectionStatusMessageHandler,DeConnectionStatusMessageProvider,DocumentStreams
Used to extend a
RegionConnector by making a Flux of
ConnectionStatusMessages available.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Emit a complete signal on the Flow in this method.reactor.core.publisher.Flux<ConnectionStatusMessage> Data stream of all connection status updates created by this region connector.
-
Method Details
-
getConnectionStatusMessageStream
reactor.core.publisher.Flux<ConnectionStatusMessage> getConnectionStatusMessageStream()Data stream of all connection status updates created by this region connector.- Returns:
- connection status message stream
-
close
Emit a complete signal on the Flow in this method.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-