Type Alias jupiter::commands::Endpoint

source ·
pub type Endpoint = Receiver<Call>;
Expand description

Represents an endpoint of a Queue which is moved into an actor in order to receive Calls there.

A queue can be created using the queue() function.

Aliased Type§

struct Endpoint { /* private fields */ }