[][src]Module splinter::protocol::service

Protocol structs for splinter service component messages

These structs are used to operate on the messages that are transmitted between service components and a splinter node.

Structs

ServiceConnectRequest

This message is sent by a service processor component to connect to a splinter node.

ServiceConnectResponse

This message is sent to a service processor component from a splinter node in response to its connection request.

ServiceDisconnectRequest

This message is sent by a service processor component to disconnect from a splinter node.

ServiceDisconnectResponse

This message is sent to a service processor component from a splinter node in response to its disconnect request.

ServiceMessage

A message envelope for messages either sent or received from service components.

ServiceProcessorMessage

Opaque messages that are sent to or received from a service processor.

Enums

ConnectResponseStatus
DisconnectResponseStatus
ServiceMessagePayload

The payload of a service message.