Uses of Class
com.broadleafcommerce.notification.service.provider.external.ExternalOrderProviderProperties
Packages that use ExternalOrderProviderProperties
Package
Description
-
Uses of ExternalOrderProviderProperties in com.broadleafcommerce.notification.service.autoconfigure
Methods in com.broadleafcommerce.notification.service.autoconfigure with parameters of type ExternalOrderProviderPropertiesModifier and TypeMethodDescriptionOrderFulfillmentProvider<com.broadleafcommerce.order.client.domain.OrderFulfillment>NotificationServiceAutoConfiguration.notificationOrderFulfillmentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProviderProperties properties) OrderProvider<com.broadleafcommerce.order.client.domain.Order>NotificationServiceAutoConfiguration.notificationOrderProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProviderProperties properties) -
Uses of ExternalOrderProviderProperties in com.broadleafcommerce.notification.service.provider.external
Methods in com.broadleafcommerce.notification.service.provider.external that return ExternalOrderProviderPropertiesModifier and TypeMethodDescriptionprotected ExternalOrderProviderPropertiesExternalOrderFulfillmentProvider.getProperties()protected ExternalOrderProviderPropertiesExternalOrderProvider.getProperties()Constructors in com.broadleafcommerce.notification.service.provider.external with parameters of type ExternalOrderProviderPropertiesModifierConstructorDescriptionExternalOrderFulfillmentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProviderProperties properties) ExternalOrderProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOrderProviderProperties properties)