Class GetTotalDeadLetterMessagesQueuedFor
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetTotalDeadLetterMessagesQueuedFor
Get the total number of dead-letter-messages/poison-messages queued for the given queue
Operation also matched
Operation also matched
DurableQueuesInterceptor.intercept(GetTotalDeadLetterMessagesQueuedFor, InterceptorChain)-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetTotalDeadLetterMessagesQueuedFor(QueueName queueName) Get the total number of dead-letter-messages/poison-messages queued for the given queue -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new builder that produces a newGetTotalDeadLetterMessagesQueuedForinstancetoString()
-
Field Details
-
queueName
the name of the Queue where we will query for the number of dead-letter-messages/poison-messages queued for the given queue
-
-
Constructor Details
-
GetTotalDeadLetterMessagesQueuedFor
Get the total number of dead-letter-messages/poison-messages queued for the given queue- Parameters:
queueName- the name of the Queue where we will query for the number of dead-letter-messages/poison-messages queued for the given queue
-
-
Method Details
-
builder
Create a new builder that produces a newGetTotalDeadLetterMessagesQueuedForinstance- Returns:
- a new
GetTotalMessagesQueuedForBuilderinstance
-
getQueueName
- Returns:
- the name of the Queue where we will query for the number of queued messages
-
toString
-