Class EventSubTransport

java.lang.Object
com.gmt2001.twitch.eventsub.EventSubTransport

public final class EventSubTransport extends Object
EventSub Transport Data
Author:
gmt2001
  • Method Details

    • method

      public String method()
      The transport method. Supported values: webhook, websocket.
      Returns:
    • hasCallback

      public boolean hasCallback()
    • callback

      public String callback()
      The callback URL where the notification should be sent.
      Returns:
    • hasSecret

      public boolean hasSecret()
    • hasSessionId

      public boolean hasSessionId()