Class GetQueuedMessage
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetQueuedMessage
Get a queued message that is NOT marked as a
Operation also matches
QueuedMessage.isDeadLetterMessage()Operation also matches
DurableQueuesInterceptor.intercept(GetQueuedMessage, InterceptorChain)-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetQueuedMessage(QueueEntryId queueEntryId) Get a queued message that is NOT marked as aQueuedMessage.isDeadLetterMessage() -
Method Summary
Modifier and TypeMethodDescriptionstatic GetQueuedMessageBuilderbuilder()Create a new builder that produces a newGetQueuedMessageinstancetoString()
-
Field Details
-
queueEntryId
the messages unique queue entry id
-
-
Constructor Details
-
GetQueuedMessage
Get a queued message that is NOT marked as aQueuedMessage.isDeadLetterMessage()- Parameters:
queueEntryId- the messages unique queue entry id
-
-
Method Details
-
builder
Create a new builder that produces a newGetQueuedMessageinstance- Returns:
- a new
GetQueuedMessageBuilderinstance
-
getQueueEntryId
- Returns:
- the messages unique queue entry id
-
toString
-