public interface ApolloClientWebClientCustomizerFactory
extends com.ctrip.framework.apollo.core.spi.Ordered
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.reactive.function.client.WebClientCustomizer |
createWebClientCustomizer(ApolloClientProperties apolloClientProperties,
org.springframework.boot.context.properties.bind.Binder binder,
org.springframework.boot.context.properties.bind.BindHandler bindHandler,
org.apache.commons.logging.Log log,
org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
create a WebClientCustomizer instance
|
@Nullable org.springframework.boot.web.reactive.function.client.WebClientCustomizer createWebClientCustomizer(ApolloClientProperties apolloClientProperties, org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler, org.apache.commons.logging.Log log, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
apolloClientProperties - apollo client binded propertiesbinder - properties binderbindHandler - properties binder Handlerlog - deferred logbootstrapContext - bootstrapContextCopyright © 2021 Ctrip, Inc.. All rights reserved.