- All Known Subinterfaces:
Streaming
- All Known Implementing Classes:
MastodonStreaming
public interface BaseStreaming
Contains all streaming related call methods.
- See Also:
-
Method Summary
-
Method Details
-
health
String health()Check if the server is alive.Verify that the streaming service is alive before connecting to it
- Returns:
trueif the service is alive,falseotherwise
-