Package com.github.twitch4j.eventsub
Klasse ConduitShard
java.lang.Object
com.github.twitch4j.eventsub.ConduitShard
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConduitShard(String shardId, ShardStatus status, EventSubTransport transport) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanShard ID.The shard status.The transport details used to send the notifications.inthashCode()toString()withShardId(String shardId) Shard ID.withStatus(ShardStatus status) The shard status.withTransport(EventSubTransport transport) The transport details used to send the notifications.
-
Konstruktordetails
-
ConduitShard
public ConduitShard() -
ConduitShard
-
-
Methodendetails
-
builder
-
toBuilder
-
withShardId
Shard ID.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withStatus
The shard status.The subscriber receives events only for enabled shards.
- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTransport
The transport details used to send the notifications.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getShardId
Shard ID. -
getStatus
The shard status.The subscriber receives events only for enabled shards.
-
getTransport
The transport details used to send the notifications. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-