package data
Type Members
- final case class Command(id: String, payload: Array[Byte])(replyTo: ActorRef[Reply]) extends Product with Serializable
Internal carrier data type for entity commands
Internal carrier data type for entity commands
- id
target entity ID
- payload
binary payload
- replyTo
actor reference where to deliver the reply
- Annotations
- @SuppressWarnings()
- final case class Reply(payload: Array[Byte]) extends Product with Serializable
Internal carrier data type for entity replies
Internal carrier data type for entity replies
- payload
binary payload
- Annotations
- @SuppressWarnings()