[][src]Trait sqs_lambda::sqs_consumer::Consumer

pub trait Consumer {
    fn get_next_event<'life0, 'async_trait>(
        &'life0 self,
        event_processor: EventProcessorActor
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

fn get_next_event<'life0, 'async_trait>(
    &'life0 self,
    event_processor: EventProcessorActor
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl Consumer for SqsConsumerActor[src]

Loading content...