Class DeleteMessageBuilder
java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.DeleteMessageBuilder
Builder for
DeleteMessage-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builder anDeleteMessageinstance from the builder propertiessetQueueEntryId(QueueEntryId queueEntryId)
-
Constructor Details
-
DeleteMessageBuilder
public DeleteMessageBuilder()
-
-
Method Details
-
setQueueEntryId
- Parameters:
queueEntryId- the unique id of the Message to delete- Returns:
- this builder instance
-
build
Builder anDeleteMessageinstance from the builder properties- Returns:
- the
DeleteMessageinstance
-