Class ClientDeliveryState.ClientModified

    • Constructor Detail

      • 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,
                              java.util.Map<java.lang.String,​java.lang.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.