Docs.rs
actix-nats-0.4.1
actix-nats 0.4.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
OtaK
Dependencies
actix ^0.7
normal
backoff ^0.1
normal
futures ^0.1
normal
log ^0.4
normal
nitox ^0.1
normal
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate actix_nats
actix_
nats
0.4.1
All Items
Crate Items
Re-exports
Structs
Crate
actix_
nats
Copy item path
Source
Re-exports
§
pub extern crate
nitox
;
Structs
§
NATS
Actor
Actor to give to Actix to do the background processing of NATS messages/requests
Publish
Message
PublishMessage is a message that publishes a buffer to the NATS queue but doesn’t wait for a reply afterwards. Think of it as the Pub part in PubSub.
Request
With
Reply
Subscribe is a message that subscribes to a topic in the NATS queue Think of it as the Sub part in PubSub. RequestWithReply creates a reply inbox in NATS, publishes a message (Request in terms of NATS grammar) and waits for the reply to come back.