Packages

package event

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Event(protocol: Option[VersionedProtocol] = None, type: Type = ..., data: Option[Any] = None, backup: Option[Event] = None) extends GeneratedMessage with Message[Event] with Updatable[Event] with Product with Serializable

    Any additional protocols should send Event protos exactly like this one but define their own enum for event type.

    Any additional protocols should send Event protos exactly like this one but define their own enum for event type. Languages should deserialize accordingly based on the protocol and enum value.

    backup

    "backup" should be used in the chance that the receiving end is unable to handle the specified event

    Annotations
    @SerialVersionUID()
  2. final case class MessageCreate(message: Option[Message] = None, identifier: Identifier = ...) extends GeneratedMessage with Message[MessageCreate] with Updatable[MessageCreate] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class NonceResponse(from: Option[DomainedID] = None, to: ByteString = ...) extends GeneratedMessage with Message[NonceResponse] with Updatable[NonceResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object Event extends GeneratedMessageCompanion[Event] with Serializable
  2. object EventProto extends GeneratedFileObject
  3. object MessageCreate extends GeneratedMessageCompanion[MessageCreate] with Serializable
  4. object NonceResponse extends GeneratedMessageCompanion[NonceResponse] with Serializable

Ungrouped