Class GetTotalDeadLetterMessagesQueuedForBuilder
- java.lang.Object
-
- dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetTotalDeadLetterMessagesQueuedForBuilder
-
public class GetTotalDeadLetterMessagesQueuedForBuilder extends Object
Builder forGetTotalDeadLetterMessagesQueuedFor
-
-
Constructor Summary
Constructors Constructor Description GetTotalDeadLetterMessagesQueuedForBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTotalDeadLetterMessagesQueuedForbuild()Builder anGetTotalDeadLetterMessagesQueuedForinstance from the builder propertiesGetTotalDeadLetterMessagesQueuedForBuildersetQueueName(QueueName queueName)
-
-
-
Method Detail
-
setQueueName
public GetTotalDeadLetterMessagesQueuedForBuilder setQueueName(QueueName queueName)
- Parameters:
queueName- the name of the Queue where we will query for the number of dead-letter-messages/poison-messages queued- Returns:
- this builder instance
-
build
public GetTotalDeadLetterMessagesQueuedFor build()
Builder anGetTotalDeadLetterMessagesQueuedForinstance from the builder properties- Returns:
- the
GetTotalDeadLetterMessagesQueuedForinstance
-
-