Class GetTotalMessagesQueuedForBuilder
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetTotalMessagesQueuedForBuilder
Builder for
GetTotalMessagesQueuedFor-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builder anGetTotalMessagesQueuedForinstance from the builder propertiessetQueueName(QueueName queueName)
-
Constructor Details
-
GetTotalMessagesQueuedForBuilder
public GetTotalMessagesQueuedForBuilder()
-
-
Method Details
-
setQueueName
- Parameters:
queueName- the name of the Queue where we will query for the number of queued messages- Returns:
- this builder instance
-
build
Builder anGetTotalMessagesQueuedForinstance from the builder properties- Returns:
- the
GetTotalMessagesQueuedForinstance
-