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 Detail

      • CHANNEL

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

      • checkoutCompletionInputCustomer

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