Interface PaymentCaptureAttemptedProducer


public interface PaymentCaptureAttemptedProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible for async IO related to notifying services about a payment capture that has been attempted, and could have been successful or unsuccessful.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
     
  • Field Details

  • Method Details

    • paymentCaptureAttemptedOutput

      @Output("paymentCaptureAttemptedOutput") org.springframework.messaging.MessageChannel paymentCaptureAttemptedOutput()