package event
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
-
final
case class
MessageCreate(message: Option[Message] = None, identifier: Identifier = ...) extends GeneratedMessage with Message[MessageCreate] with Updatable[MessageCreate] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
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
- object Event extends GeneratedMessageCompanion[Event] with Serializable
- object EventProto extends GeneratedFileObject
- object MessageCreate extends GeneratedMessageCompanion[MessageCreate] with Serializable
- object NonceResponse extends GeneratedMessageCompanion[NonceResponse] with Serializable