Class StreamsTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<StreamList>
com.github.twitch4j.helix.webhooks.topics.StreamsTopic
@Deprecated
@ScheduledForRemoval(inVersion="2.0.0")
public class StreamsTopic
extends TwitchWebhookTopic<StreamList>
Deprecated.
Twitch decommissioned this API; please migrate to EventSub
Notifies when a stream changes; e.g., stream goes online or offline, the stream title changes, or the game changes.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PATH
Deprecated.- See Also:
-
-
Constructor Details
-
StreamsTopic
Notifies when a stream changes; e.g., stream goes online or offline, the stream title changes, or the game changes.- Parameters:
userId
- Specifies the user whose stream is monitored.
-
-
Method Details
-
getChannelId
Deprecated.- Returns:
- The user whose stream is monitored.
-