[−][src]Trait sqs_lambda::sqs_consumer::Consumer
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,
&'life0 self,
event_processor: EventProcessorActor
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Implementors
impl Consumer for SqsConsumerActor[src]
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, [src]
&'life0 self,
event_processor: EventProcessorActor
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,