Class DeleteMessageBuilder
- java.lang.Object
-
- dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.DeleteMessageBuilder
-
public class DeleteMessageBuilder extends Object
Builder forDeleteMessage
-
-
Constructor Summary
Constructors Constructor Description DeleteMessageBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteMessagebuild()Builder anDeleteMessageinstance from the builder propertiesDeleteMessageBuildersetQueueEntryId(QueueEntryId queueEntryId)
-
-
-
Method Detail
-
setQueueEntryId
public DeleteMessageBuilder setQueueEntryId(QueueEntryId queueEntryId)
- Parameters:
queueEntryId- the unique id of the Message to delete- Returns:
- this builder instance
-
build
public DeleteMessage build()
Builder anDeleteMessageinstance from the builder properties- Returns:
- the
DeleteMessageinstance
-
-