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