Interface FulfillmentAwaitingRefundResultWebhookConsumer


public interface FulfillmentAwaitingRefundResultWebhookConsumer
Spring cloud data channel description for messaging input. This channel is primarily responsible for async IO related to notifying services that a refund PaymentTransaction was updated via payment webhook request. This channel is used for the fulfillment cancelation when the payment refund result can't be determined immediately. The FulfillmentAwaitingRefundResultWebhookListener consumes these messages and updates the fulfillment status based on the refund result.
Author:
Dima Myroniuk (dmyroniuk)
  • Field Details

  • Method Details

    • orderOperationsFulfillmentAwaitingRefundResultTransactionWebhookInput

      @Input("orderOperationsFulfillmentAwaitingRefundResultTransactionWebhookInput") org.springframework.messaging.MessageChannel orderOperationsFulfillmentAwaitingRefundResultTransactionWebhookInput()