[][src]Trait sqs_lambda::SqsCompletionHandler

pub trait SqsCompletionHandler<S> where
    S: Sqs + Send + 'static, 
{ fn complete_message(&self, receipt_handle: String) -> Result<(), Error>;
fn wait(&self) -> Result<(), Error>; }

Required methods

Loading content...

Implementors

impl<S> SqsCompletionHandler<S> for BlockingSqsCompletionHandler<S> where
    S: Sqs + Send + 'static, 
[src]

Loading content...