Class DittoTransportDiagnostics
java.lang.Object
com.ditto.java.DittoTransportDiagnostics
Provides diagnostic information about all active Ditto transports.
This class captures a snapshot of the current state of all transport mechanisms, including their operational conditions and configurations. Use this for monitoring, debugging, and understanding connectivity status.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NonNull DittoTransportSnapshot[]Returns snapshots of all active transports.
-
Method Details
-
getTransports
Returns snapshots of all active transports.
Each snapshot provides detailed information about a specific transport's current state, including its type, condition, and connection details.
- Returns:
- an array of
DittoTransportSnapshotinstances, one for each active transport.
-