package goaktpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ActorChildCreated

goakt.proto:66

ActorChildCreated defines the child actor created event

message ActorPassivated

goakt.proto:58

ActorPassivated define the actor passivated event

message ActorRestarted

goakt.proto:76

ActorRestarted defines the actor restarted event

message ActorStarted

goakt.proto:42

ActorStarted defines the actor started event

message ActorStopped

goakt.proto:50

ActorStopped defines the actor stopped event

message ActorSuspended

goakt.proto:84

ActorSuspended defines the actor suspended event

message Address

goakt.proto:11

Address represents an actor address

Used in: ActorChildCreated, ActorPassivated, ActorRestarted, ActorStarted, ActorStopped, ActorSuspended, Deadletter, internalpb.ActorRef, internalpb.RemoteLookupResponse, internalpb.RemoteMessage

message Broadcast

goakt.proto:125

Broadcast is used to send message to a router

message Deadletter

goakt.proto:27

Deadletter defines the deadletter event

Used in: internalpb.EmitDeadletter

message NoMessage

goakt.proto:174

NoMessage is used to indicate that no message was sent

(message has no fields)

message NodeJoined

goakt.proto:94

NodeJoined defines the node joined event

message NodeLeft

goakt.proto:102

NodeLeft defines the node left event

message PoisonPill

goakt.proto:119

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)

message PostStart

goakt.proto:122

PostStart is used when an actor has successfully started

(message has no fields)

message Publish

goakt.proto:164

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.

message Subscribe

goakt.proto:133

Subscribe is used to subscribe to a topic by an actor The actor will receive an acknoledgement message when the subscription is successful

message SubscribeAck

goakt.proto:148

SubscribeAck is used to acknowledge a successful subscription to a topic by an actor

message Terminated

goakt.proto:111

Terminated is used to notify watching actors of the shutdown of its child actor.

message Unsubscribe

goakt.proto:141

Unsubscribe is used to unsubscribe from a topic by an actor The actor will receive an acknoledgement message when the unsubscription is successful

message UnsubscribeAck

goakt.proto:155

UnsubscribeAck is used to acknowledge a successful unsubscription from a topic by an actor