Class DeConnectionStatusMessageProvider
java.lang.Object
energy.eddie.regionconnector.de.eta.providers.DeConnectionStatusMessageProvider
- All Implemented Interfaces:
ConnectionStatusMessageProvider,AutoCloseable
public class DeConnectionStatusMessageProvider
extends Object
implements ConnectionStatusMessageProvider
Provides connection status messages for the German (DE) region connector.
This class streams connection status updates to outbound connectors.
Note: This is NOT a @Component - it's registered as a bean in the Spring config
to avoid ambiguity with the ConnectionStatusMessageHandler bean.
-
Constructor Summary
ConstructorsConstructorDescription -
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.
-
Constructor Details
-
Method Details
-
getConnectionStatusMessageStream
Description copied from interface:ConnectionStatusMessageProviderData stream of all connection status updates created by this region connector.- Specified by:
getConnectionStatusMessageStreamin interfaceConnectionStatusMessageProvider- Returns:
- connection status message stream
-
close
Description copied from interface:ConnectionStatusMessageProviderEmit a complete signal on the Flow in this method.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceConnectionStatusMessageProvider- Throws:
Exception
-