Struct amqp0_primitives::qpid9_0::basic::Consume
[−]
[src]
pub struct Consume<'a> { /* fields omitted */ }
Methods
impl<'a> Consume<'a>
[src]
fn new<Q, C, A>(ticket: u16,
queue: Q,
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
nowait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>, A: Into<Table<'a>>
queue: Q,
consumer_tag: C,
no_local: bool,
no_ack: bool,
exclusive: bool,
nowait: bool,
arguments: A)
-> Self where Q: Into<Cow<'a, str>>, C: Into<Cow<'a, str>>, A: Into<Table<'a>>