Struct actix_nats::RequestWithReply[][src]

pub struct RequestWithReply { /* fields omitted */ }

RequestWithReply creates a reply inbox in NATS, publishes a message (Request in terms of NATS grammar) and waits for the reply to come back.

Methods

impl RequestWithReply
[src]

Trait Implementations

impl Message for RequestWithReply
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Handler<RequestWithReply> for NATSExecutorSync
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations