Skip to main content

Module message_api

Module message_api 

Source

Modules§

get_inbox_ids_request
Nested message and enum types in GetInboxIdsRequest.
get_inbox_ids_response
Nested message and enum types in GetInboxIdsResponse.
get_newest_envelope_response
Nested message and enum types in GetNewestEnvelopeResponse.
liveness_failure
Nested message and enum types in LivenessFailure.
misbehavior_api_server
Generated server implementations.
notification_api_server
Generated server implementations.
publish_api_server
Generated server implementations.
query_api_server
Generated server implementations.
replication_api_server
Generated server implementations.
subscribe_originators_request
Nested message and enum types in SubscribeOriginatorsRequest.
subscribe_originators_response
Nested message and enum types in SubscribeOriginatorsResponse.
subscribe_request
Nested message and enum types in SubscribeRequest.
subscribe_response
Nested message and enum types in SubscribeResponse.
subscribe_topics_request
Nested message and enum types in SubscribeTopicsRequest.
subscribe_topics_response
Nested message and enum types in SubscribeTopicsResponse.
unsigned_misbehavior_report
Nested message and enum types in UnsignedMisbehaviorReport.

Structs§

EnvelopesQuery
Query for envelopes, shared by query and subscribe endpoints Either topics or originator_node_ids may be set, but not both
GetInboxIdsRequest
Request to retrieve the XIDs for the given addresses
GetInboxIdsResponse
Response with the XIDs for the requested addresses
GetNewestEnvelopeRequest
Request to get the newest envelope for a given topic
GetNewestEnvelopeResponse
Response to GetNewestEnvelopeRequest
LivenessFailure
MisbehaviorReport
Ping
Liveness challenge/response for Subscribe, shared across versions. Either peer MAY send a Ping; the receiver MUST reply with a Pong echoing the nonce. The sender closes the stream if no Pong arrives within its deadline — how a node reaps a vanished peer (e.g. a mobile client the OS suspended behind a proxy that still ACKs the transport).
Pong
PublishPayerEnvelopesRequest
PublishPayerEnvelopesResponse
QueryEnvelopesRequest
Query envelopes request
QueryEnvelopesResponse
Query envelopes response
QueryMisbehaviorReportsRequest
QueryMisbehaviorReportsResponse
SafetyFailure
SubmitMisbehaviorReportRequest
SubmitMisbehaviorReportResponse
SubscribeAllEnvelopesRequest
Batch subscribe to all envelopes
SubscribeEnvelopesRequest
Batch subscribe to envelopes
SubscribeEnvelopesResponse
Streamed response for batch subscribe - can be multiple envelopes at once
SubscribeOriginatorsRequest
Subscribe to envelopes from specific originator nodes
SubscribeOriginatorsResponse
Response for SubscribeOriginators
SubscribeRequest
Client -> node. Sent one or more times over the life of the stream.
SubscribeResponse
Node -> client.
SubscribeTopicsRequest
Request to subscribe to a series of topics, with a separate cursor for each topic
SubscribeTopicsResponse
Response to SubscribeTopics
UnsignedMisbehaviorReport

Enums§

Misbehavior