Class GetDeadLetterMessage
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetDeadLetterMessage
Get a queued message that's marked as a
Operation also matches
QueuedMessage.isDeadLetterMessage()Operation also matches
DurableQueuesInterceptor.intercept(GetDeadLetterMessage, InterceptorChain)-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDeadLetterMessage(QueueEntryId queueEntryId) Get a queued message that's marked as aQueuedMessage.isDeadLetterMessage() -
Method Summary
Modifier and TypeMethodDescriptionstatic GetDeadLetterMessageBuilderbuilder()Create a new builder that produces a newGetDeadLetterMessageinstancetoString()
-
Field Details
-
queueEntryId
The messages unique queue entry id
-
-
Constructor Details
-
GetDeadLetterMessage
Get a queued message that's marked as aQueuedMessage.isDeadLetterMessage()- Parameters:
queueEntryId- the messages unique queue entry id
-
-
Method Details
-
builder
Create a new builder that produces a newGetDeadLetterMessageinstance- Returns:
- a new
GetDeadLetterMessageBuilderinstance
-
getQueueEntryId
- Returns:
- the messages unique queue entry id
-
toString
-