Get desktop application:
View/edit binary Protocol Buffers messages
ActorChildCreated defines the child actor created event
Specifies the actor address
Specifies the parent address
Specifies the started time
ActorPassivated define the actor passivated event
Specifies the actor address
Specifies the passivation time
ActorRestarted defines the actor restarted event
Specifies the actor address
Specifies the restarted time
ActorStarted defines the actor started event
Specifies the actor address
Specifies the started time
ActorStopped defines the actor stopped event
Specifies the actor address
Specifies the stop time
ActorSuspended defines the actor suspended event
Specifies the actor address
Specifies the suspended time
Specifies the suspension reason
Address represents an actor address
Used in:
, , , , , , , , ,Specifies the remote host address
Specifies the remote port
Specifies the actor name
Specifies the actor unique id
Specifies the actor system
Specifies the parent address
Broadcast is used to send message to a router
Specifies the actual message
Deadletter defines the deadletter event
Used in:
Specifies the sender's address
Specifies the actor address
Specifies the message to send to the actor Any proto message is allowed to be sent
Specifies the message send time
Specifies the reason why the deadletter
NoMessage is used to indicate that no message was sent
(message has no fields)
NodeJoined defines the node joined event
Specifies the node address
Specifies the timestamp
NodeLeft defines the node left event
Specifies the node address
Specifies the timestamp
PoisonPill is sent the stop an actor. It is enqueued as ordinary messages. It will be handled after messages that were already queued in the mailbox.
(message has no fields)
PostStart is used when an actor has successfully started
(message has no fields)
Publish is used to send a message to a topic by the TopicActor. The message will be broadcasted to all actors that are subscribed to the topic in the cluster.
Specifies the message unique id
Specifies the topic
Specifies the message
Subscribe is used to subscribe to a topic by an actor The actor will receive an acknoledgement message when the subscription is successful
Specifies the topic to subscribe to
SubscribeAck is used to acknowledge a successful subscription to a topic by an actor
Specifies the topic that was subscribed to
Terminated is used to notify watching actors of the shutdown of its child actor.
Specifies the terminated actor
Unsubscribe is used to unsubscribe from a topic by an actor The actor will receive an acknoledgement message when the unsubscription is successful
Specifies the topic to unsubscribe from
UnsubscribeAck is used to acknowledge a successful unsubscription from a topic by an actor
Specifies the topic that was unsubscribed from