Class ConduitShardDisabledEvent

java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.ConduitShardDisabledEvent

public class ConduitShardDisabledEvent extends EventSubEvent
  • Constructor Details

    • ConduitShardDisabledEvent

      public ConduitShardDisabledEvent()
  • Method Details

    • getConduitId

      public String getConduitId()
      The ID of the conduit.
    • getShardId

      public String getShardId()
      The ID of the disabled shard.
    • getStatus

      public ShardStatus getStatus()
      The new status of the transport.
    • getTransport

      public EventSubTransport getTransport()
      The disabled transport.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object