public final class UpdateMessageResult extends Object
| Constructor and Description |
|---|
UpdateMessageResult(String popReceipt,
OffsetDateTime timeNextVisible)
Creates an instance of updated message information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPopReceipt() |
OffsetDateTime |
getTimeNextVisible() |
public UpdateMessageResult(String popReceipt, OffsetDateTime timeNextVisible)
popReceipt - Unique identifier that verifies the operation on a message is validtimeNextVisible - The next time the message will be visible to other operations in the queuepublic String getPopReceipt()
public OffsetDateTime getTimeNextVisible()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.