Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 27, 2023
1 parent d3a0db3 commit 6cdc1a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ void listener(CloudEvent cloudEvent) {
try {
simpleMailMessage = objectMapper.readValue(cloudEvent.getData().toBytes(), JsonNode.class);
log.info("Transformed: " + simpleMailMessage);
SimpleMailMessage bla = objectMapper.readValue(cloudEvent.getData().toBytes(), SimpleMailMessage.class);


} catch (IOException ioe) {
log.info(ioe.toString());
}
Expand Down

0 comments on commit 6cdc1a8

Please sign in to comment.