Module server

Source

Re-exportsยง

pub use builder::ServerBuilder;
pub use channel::Channel;
pub use pubsub_service::PubSubRPCMethod;
pub use pubsub_service::PubSubRPCService;
pub use service::RPCMethod;
pub use service::RPCService;

Modulesยง

builder
channel
pubsub_service
response_queue ๐Ÿ”’
service

Structsยง

NewRequest ๐Ÿ”’
Server
Represents an RPC server
ServerConfig ๐Ÿ”’

Enumsยง

SanityCheckResult ๐Ÿ”’

Constantsยง

CHANNEL_SUBSCRIPTION_BUFFER_SIZE ๐Ÿ”’
FAILED_TO_PARSE_ERROR_MSG
INVALID_REQUEST_ERROR_MSG
METHOD_NOT_FOUND_ERROR_MSG
UNSUPPORTED_JSONRPC_VERSION

Functionsยง

default_notification_encoder ๐Ÿ”’