Class PurgeQueueBuilder
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.PurgeQueueBuilder
Builder for
PurgeQueue-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builder anPurgeQueueinstance from the builder propertiessetQueueName(QueueName queueName)
-
Constructor Details
-
PurgeQueueBuilder
public PurgeQueueBuilder()
-
-
Method Details
-
setQueueName
- Parameters:
queueName- the name of the Queue where all the messages will be deleted- Returns:
- this builder instance
-
build
Builder anPurgeQueueinstance from the builder properties- Returns:
- the
PurgeQueueinstance
-