Interface PaymentGatewayCustomerNotificationConsumer


public interface PaymentGatewayCustomerNotificationConsumer
A message listener that triggers when a payment transaction service sends the message to the customer.
Author:
Dima Myroniuk (dmyroniuk)
  • Field Summary

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

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

  • Method Details

    • paymentGatewayCustomerNotificationInput

      @Input("paymentGatewayCustomerNotificationInput") org.springframework.messaging.SubscribableChannel paymentGatewayCustomerNotificationInput()