Uses of Class
com.dani.bff.config.DownstreamProperties
Packages that use DownstreamProperties
-
Uses of DownstreamProperties in com.dani.bff.config
Methods in com.dani.bff.config with parameters of type DownstreamPropertiesModifier and TypeMethodDescriptionorg.springframework.web.reactive.function.client.WebClientWebClientConfig.productServiceWebClient(org.springframework.web.reactive.function.client.WebClient.Builder builder, DownstreamProperties properties) org.springframework.web.reactive.function.client.WebClientWebClientConfig.userServiceWebClient(org.springframework.web.reactive.function.client.WebClient.Builder builder, DownstreamProperties properties) -
Uses of DownstreamProperties in com.dani.bff.gateway
Constructors in com.dani.bff.gateway with parameters of type DownstreamPropertiesModifierConstructorDescriptionProductServiceClient(org.springframework.web.reactive.function.client.WebClient webClient, DownstreamProperties properties) UserServiceClient(org.springframework.web.reactive.function.client.WebClient webClient, DownstreamProperties properties)