Klasse ConduitShardDisabledType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ConduitShardDisabledType
- Alle implementierten Schnittstellen:
SubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?, ?>, ConduitShardDisabledEvent>
public class ConduitShardDisabledType
extends Object
implements SubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?,?>,ConduitShardDisabledEvent>
The conduit.shard.disabled subscription type sends a notification when EventSub disables a shard
due to the status of the underlying transport changing.
App access token where the client ID matches the client ID in the condition.
If conduit_id is specified, the client must be the owner of the conduit.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe parameters inside these objects differ by subscription type and may differ by version.getName()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Konstruktordetails
-
ConduitShardDisabledType
public ConduitShardDisabledType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?, ?>, ConduitShardDisabledEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?, ?>, ConduitShardDisabledEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?, ?>, ConduitShardDisabledEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ConduitCondition,ConduitCondition.ConduitConditionBuilder<?, ?>, ConduitShardDisabledEvent> - Gibt zurück:
- the associated event class for this subscription type.
-