Expand description
Nested message and enum types in StreamWriteMessage
.
Modules§
- from_
client - Nested message and enum types in
FromClient
. - from_
server - Nested message and enum types in
FromServer
. - init_
request - Nested message and enum types in
InitRequest
. - write_
request - Nested message and enum types in
WriteRequest
. - write_
response - Nested message and enum types in
WriteResponse
.
Structs§
- From
Client - Client-server message for write session. Contains one of: InitRequest - handshake request. WriteRequest - portion of data to be written. UpdateTokenRequest - user credentials if update is needed.
- From
Server - Server-client message for write session. Contains either non-success status, or one of: InitResponse - correct handshake response. WriteResponse - acknowledgment of storing client messages. UpdateTokenResponse - acknowledgment of reauthentication and reauthorization.
- Init
Request - Handshake request that must be sent to server first.
- Init
Response - Response for handshake.
- Write
Request - Represents portion of client messages.
- Write
Response - Message that represents acknowledgment for sequence of client messages. This sequence is persisted together so write statistics is for messages batch.