package Anoma.Proto.PubSub

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

message Event

pubsub.proto:48

An event that is being published on a particular topic.

(message has no fields)

message Event.Request

pubsub.proto:49

Used as request type in: PubSubService.Publish

message Event.Response

pubsub.proto:54

Used as response type in: PubSubService.Publish

(message has no fields)

message Message

pubsub.proto:15

A message that can be published to a topic.

Used in: Event.Request

message Subscribe

pubsub.proto:19

A subscription to a topic.

(message has no fields)

message Subscribe.Request

pubsub.proto:20

Used as request type in: PubSubService.Subscribe

message Subscribe.Response

pubsub.proto:26

Used as response type in: PubSubService.Subscribe

message Topic

pubsub.proto:10

A topic that can be subscribed to or unsubscribed from.

Used in: Event.Request, Subscribe.Request, Unsubscribe.Request

message Unsubscribe

pubsub.proto:35

An unsubscription to a topic.

(message has no fields)

message Unsubscribe.Request

pubsub.proto:36

Used as request type in: PubSubService.Unsubscribe

message Unsubscribe.Response

pubsub.proto:42

Used as response type in: PubSubService.Unsubscribe

(message has no fields)