[][src]Trait lapin_async::ConsumerSubscriber

pub trait ConsumerSubscriber: Debug + Send + Sync {
    fn new_delivery(&self, delivery: Delivery);
fn drop_prefetched_messages(&self);
fn cancel(&self); }
Deprecated:

use lapin instead

Required methods

fn new_delivery(&self, delivery: Delivery)

Deprecated:

use lapin instead

fn drop_prefetched_messages(&self)

Deprecated:

use lapin instead

fn cancel(&self)

Deprecated:

use lapin instead

Loading content...

Implementors

Loading content...