Class GetTotalMessagesQueuedForBuilder
- java.lang.Object
-
- dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetTotalMessagesQueuedForBuilder
-
public class GetTotalMessagesQueuedForBuilder extends Object
Builder forGetTotalMessagesQueuedFor
-
-
Constructor Summary
Constructors Constructor Description GetTotalMessagesQueuedForBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTotalMessagesQueuedForbuild()Builder anGetTotalMessagesQueuedForinstance from the builder propertiesGetTotalMessagesQueuedForBuildersetQueueName(QueueName queueName)
-
-
-
Method Detail
-
setQueueName
public GetTotalMessagesQueuedForBuilder setQueueName(QueueName queueName)
- Parameters:
queueName- the name of the Queue where we will query for the number of queued messages- Returns:
- this builder instance
-
build
public GetTotalMessagesQueuedFor build()
Builder anGetTotalMessagesQueuedForinstance from the builder properties- Returns:
- the
GetTotalMessagesQueuedForinstance
-
-