Class ClientDeliveryState.ClientModified

java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientDeliveryState
org.apache.qpid.protonj2.client.impl.ClientDeliveryState.ClientModified
All Implemented Interfaces:
DeliveryState
Enclosing class:
ClientDeliveryState

public static class ClientDeliveryState.ClientModified extends ClientDeliveryState
Client defined Modified delivery state definition
  • Constructor Details

    • ClientModified

      public ClientModified(boolean failed, boolean undeliverable)
      Create a new instance with the given outcome values.
      Parameters:
      failed - has the delivery failed
      undeliverable - is the delivery no longer deliverable to this client.
    • ClientModified

      public ClientModified(boolean failed, boolean undeliverable, Map<String,Object> annotations)
      Create a new instance with the given outcome values.
      Parameters:
      failed - has the delivery failed
      undeliverable - is the delivery no longer deliverable to this client.
      annotations - updated annotation values to provide to the remote.
  • Method Details