t

ackcord.gateway

EagerGatewayMessage

sealed trait EagerGatewayMessage[D] extends GatewayMessage[D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EagerGatewayMessage
  2. GatewayMessage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def nowD: D
  2. abstract def op: GatewayOpCode

    The op code for the message.

    The op code for the message.

    Definition Classes
    GatewayMessage

Concrete Value Members

  1. def d: Now[Result[D]]

    The data for the message.

    The data for the message.

    Definition Classes
    EagerGatewayMessageGatewayMessage
  2. def s: util.JsonOption[Int]

    A sequence number for the message if there is one.

    A sequence number for the message if there is one.

    Definition Classes
    GatewayMessage
  3. def t: util.JsonOption[GatewayEvent[D]]
    Definition Classes
    GatewayMessage