@Configuration
@ConditionalOnProperty(value="shenyu.plugins.oss-proxy.enabled",
havingValue="true",
matchIfMissing=true)
public class OssProxyPluginConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
OssProxyPluginConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.plugin.api.ShenyuPlugin |
ossProxyPlugin(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
OssProxy plugin bean.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
ossProxyPluginDataHandler()
OssProxy plugin data handler bean.
|
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin ossProxyPlugin(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
webClientBuilder - the web client builder@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler ossProxyPluginDataHandler()
Copyright © 2026 The Apache Software Foundation. All rights reserved.