Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.MarkAsDeadLetterMessageBuilder
-
Packages that use MarkAsDeadLetterMessageBuilder Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of MarkAsDeadLetterMessageBuilder in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return MarkAsDeadLetterMessageBuilder Modifier and Type Method Description static MarkAsDeadLetterMessageBuilderMarkAsDeadLetterMessage. builder()Create a new builder that produces a newMarkAsDeadLetterMessageinstanceMarkAsDeadLetterMessageBuilderMarkAsDeadLetterMessageBuilder. setCauseForBeingMarkedAsDeadLetter(Exception causeForBeingMarkedAsDeadLetter)MarkAsDeadLetterMessageBuilderMarkAsDeadLetterMessageBuilder. setQueueEntryId(QueueEntryId queueEntryId)
-