Skip to content

Commit

Permalink
Updating DeliveryOutcome documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jun 7, 2021
1 parent ba29460 commit 593cc90
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
import com.azure.core.annotation.Fluent;

/**
* There are different outcomes accepted by the AMQP protocol layer.
* Outcomes accepted by the AMQP protocol layer. Some outcomes have metadata associated with them, such as {@link
* ModifiedDeliveryOutcome Modified} while others require only a {@link DeliveryState}. An outcome with no metadata is
* {@link DeliveryState#ACCEPTED}.
*
* @see <a href="http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-accepted">Delivery
* State: Accepted</a>
Expand Down

0 comments on commit 593cc90

Please sign in to comment.