APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Actor Model
ActorMessage
Actor Model
· Schema
ActorMessage
A message to be placed in an actor's mailbox
Actor Model
Concurrency
Distributed Systems
Properties
Name
Type
Description
type
string
Message type discriminator
payload
object
Message payload
replyTo
string
Actor ID to send reply to (optional)
correlationId
string
Correlation ID for tracing
priority
string
Message priority in mailbox
View JSON Schema on GitHub