Klasse PubSubListenResponseEvent

Alle implementierten Schnittstellen:
com.github.philippheuer.events4j.api.domain.IEvent

public final class PubSubListenResponseEvent extends TwitchEvent
  • Konstruktordetails

  • Methodendetails

    • getListenRequest

      public Optional<PubSubRequest> getListenRequest()
      Gibt zurück:
      the listen request associated with this response.
    • hasError

      public boolean hasError()
    • isBadAuthentication

      public boolean isBadAuthentication()
    • isBadMessage

      public boolean isBadMessage()
    • isBadTopic

      public boolean isBadTopic()
    • isServerError

      public boolean isServerError()
    • getNonce

      public String getNonce()
      The nonce that was passed in the request, if one was provided there.
    • getError

      public String getError()
      The error message associated with the request, or an empty string if there is no error.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse TwitchEvent
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse TwitchEvent
    • canEqual

      protected boolean canEqual(Object other)
      Setzt außer Kraft:
      canEqual in Klasse TwitchEvent
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse TwitchEvent