Interface CustomerCheckoutCompletionConsumer


@Deprecated(since="1.7.2", forRemoval=true) public interface CustomerCheckoutCompletionConsumer
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.7.2, saved payments should be handled by PaymentTransactionServices, therefore this should not be needed
Spring cloud data channel description for messaging input. This channel is primarily responsible for async IO related to being notified the that a checkout has completed successfully.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.SubscribableChannel
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Details

    • CHANNEL

      static final String CHANNEL
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • checkoutCompletionInputCustomer

      @Input("checkoutCompletionInputCustomer") org.springframework.messaging.SubscribableChannel checkoutCompletionInputCustomer()
      Deprecated, for removal: This API element is subject to removal in a future version.