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 neededSpring 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannel
checkoutCompletionInputCustomer()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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
-
-