Crate meshpulse

Source

Modules§

clients
This crate is used to publish and subscribe to events using meshpulse Meshpulse offerts a couple of clients to publish and subscribe to events such as mqtt, amqp, gRPC and http Adding meshpulse to your project is as simple as adding the following to your Cargo.toml
prelude

Structs§

RpcResponse

Traits§

Publish
This trait is used to publish events using meshpulse
RequestHandler
This trait is used to handle rpc requests using meshpulse
RpcRequest
This trait is used to make rpc requests using meshpulse
Subscribe
This trait is used to subscribe to events using meshpulse
Subscription
This trait is used to unsubscribe from events using meshpulse