Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 6, 2023
1 parent b669b0f commit 6d920c2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

import java.util.Map;

/**
* A wrapper interface for {@link com.amazonaws.services.sqs.model.Message}. Using this wrapper
* avoids muzzle failure when sqs classes are not present.
*/
interface SqsMessage {

Map<String, String> getAttributes();
Expand Down

0 comments on commit 6d920c2

Please sign in to comment.