Skip to content

Add ability to create a message processor using lambdas #255

@JaidenAshmore

Description

@JaidenAshmore

Instead of requiring reflection to reference a method for an object, allow for you to use a lambda function instead.

e.g.

new LambdaMessageProcessor(sqsAsyncClient, queueProperties, (message) -> log.info("processing message"));

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions