Skip to content

Commit

Permalink
string support for idempotency check
Browse files Browse the repository at this point in the history
  • Loading branch information
memojja committed Nov 2, 2021
1 parent 0a92167 commit 5a44960
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ public IdempotentTestPayload idempotentMethodReturnArg(IdempotentTestPayload tes
return testObject;
}

@IdempotentResource
public String idempotencyKeyAsString(@IdempotentRequestPayload String idempotencyKey) {
return idempotencyKey;
}
}

0 comments on commit 5a44960

Please sign in to comment.