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