Class BillingServiceAutoConfiguration.PaymentTransactionExecutionProviderConfiguration
java.lang.Object
com.broadleafcommerce.billing.service.autoconfigure.BillingServiceAutoConfiguration.PaymentTransactionExecutionProviderConfiguration
- Enclosing class:
- BillingServiceAutoConfiguration
@Configuration
@EnableConfigurationProperties(ExternalPaymentTransactionExecutionProviderProperties.class)
public static class BillingServiceAutoConfiguration.PaymentTransactionExecutionProviderConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingPaymentTransactionExecutionProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalPaymentTransactionExecutionProviderProperties properties)
-
Constructor Details
-
PaymentTransactionExecutionProviderConfiguration
public PaymentTransactionExecutionProviderConfiguration()
-
-
Method Details
-
billingPaymentTransactionExecutionProvider
@Bean @ConditionalOnMissingBean public PaymentTransactionExecutionProvider billingPaymentTransactionExecutionProvider(@Qualifier("billingWebClient") org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalPaymentTransactionExecutionProviderProperties properties)
-