package testpb

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

message Account

test.proto:38

Account represents a snapshot of an account aggregate used in tests.

message AccountCreated

test.proto:60

AccountCreated is an event emitted after an account is created.

message AccountCredited

test.proto:68

AccountCredited is an event emitted after a successful credit.

message AccountDebited

test.proto:79

AccountDebited is an event emitted after a successful debit in tests.

(message has no fields)

message CreateAccount

test.proto:46

CreateAccount is a command to create a new test account.

message CreditAccount

test.proto:52

CreditAccount is a command to credit an existing account.

message DebitAccount

test.proto:76

DebitAccount is a command used in tests to exercise debit flows.

(message has no fields)

message GetAccount

test.proto:82

GetAccount is a query to fetch the current state of an account.

message Reply

test.proto:26

Reply carries a small text response used in request/response tests.

message TaskComplete

test.proto:130

TaskComplete notifies that a previously started task has finished.

(message has no fields)

message TestBye

test.proto:100

TestBye is a termination/cleanup signal used in tests.

(message has no fields)

message TestClusterForward

test.proto:151

TestClusterForward signals the actor to forward via a cluster\-aware route.

(message has no fields)

message TestCount

test.proto:142

TestCount carries the counter value returned by an actor.

message TestGetCount

test.proto:139

TestGetCount queries an actor for its current counter value.

(message has no fields)

message TestGetSumResult

test.proto:174

(message has no fields)

message TestLog

test.proto:133

TestLog asks an actor to log a line of text (useful for tracing tests).

message TestLogin

test.proto:88

TestLogin requests a login flow in tests.

(message has no fields)

message TestLoginSuccess

test.proto:91

TestLoginSuccess indicates a successful login in tests.

(message has no fields)

message TestMessage

test.proto:154

TestMessage wraps an arbitrary payload with an optional priority hint.

message TestPanic

test.proto:17

TestPanic instructs an actor to panic; used to test supervision strategies.

(message has no fields)

message TestPanicError

test.proto:20

TestPanicError instructs an actor to panic with an error value.

(message has no fields)

message TestPing

test.proto:112

TestPing is a heartbeat request in tests.

(message has no fields)

message TestPong

test.proto:115

TestPong is the heartbeat response in tests.

(message has no fields)

message TestReadiness

test.proto:94

TestReadiness asks an actor to report readiness.

(message has no fields)

message TestReady

test.proto:97

TestReady indicates an actor has reached a ready state.

(message has no fields)

message TestRemoteForward

test.proto:148

TestRemoteForward signals the actor to forward a message across nodes.

(message has no fields)

message TestRemoteSend

test.proto:35

TestRemoteSend triggers a remote send scenario (inter\-node) in tests.

(message has no fields)

message TestReply

test.proto:14

TestReply is a simple acknowledgement payload with no fields.

(message has no fields)

message TestRunTask

test.proto:124

TestRunTask asks an actor to run a background task and complete later.

message TestSend

test.proto:32

TestSend triggers a local send scenario in tests.

(message has no fields)

message TestStash

test.proto:103

TestStash asks the actor to stash the current message.

(message has no fields)

message TestSum

test.proto:164

message TestSumResult

test.proto:170

message TestTimeout

test.proto:23

TestTimeout is used to simulate a request that will time out (no response).

(message has no fields)

message TestUnstash

test.proto:106

TestUnstash asks the actor to unstash a single message.

(message has no fields)

message TestUnstashAll

test.proto:109

TestUnstashAll asks the actor to unstash all stashed messages.

(message has no fields)

message TestWait

test.proto:118

TestWait instructs an actor to wait before responding; used to test timeouts.