pub async fn dispatch_operation<H: SqsHandler>(
handler: &H,
op: SqsOperation,
body: Bytes,
) -> Result<Response<SqsResponseBody>, SqsError>Expand description
Dispatch an SQS operation to the handler.
pub async fn dispatch_operation<H: SqsHandler>(
handler: &H,
op: SqsOperation,
body: Bytes,
) -> Result<Response<SqsResponseBody>, SqsError>Dispatch an SQS operation to the handler.