Package dk.cloudcreate.essentials.components.foundation.messaging
-
Interface Summary Interface Description MessageDeliveryErrorHandler Strategy for resolving which errors, experienced during Message delivery by theDurableQueueConsumer, should be instantly marked as a Poison-Message/Dead-Letter-Message or if we can attempt message redelivery according to the specifiedRedeliveryPolicy -
Annotation Types Summary Annotation Type Description MessageHandler Methods annotated with this Annotation will automatically be called when aPatternMatchingQueuedMessageHandlerandPatternMatchingMessageHandlerreceives respectively aQueuedMessageor aMessagewhere theMessage.getPayload()matches the type of the first argument/parameter on a method annotated with @MessageHandler