Package com.streambase.sb.client
Interface ConnectionStatusCallback
public interface ConnectionStatusCallback
This interface is used to track connection lifecycle events.
- Since:
- 7.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(ConnectionStatus state, StreamBaseClient streamBaseClient, String additionalInfo) Called when the connection state changes
-
Method Details
-
stateChanged
Called when the connection state changes- Parameters:
state
- the current statestreamBaseClient
- the clientadditionalInfo
- additional information
-