@Configuration
@ConditionalOnClass(value=org.apache.shenyu.plugin.apache.dubbo.ApacheDubboPlugin.class)
@ImportAutoConfiguration(value=org.apache.shenyu.springboot.plugin.dubbo.common.DubboCommonConfiguration.class)
@ConditionalOnProperty(value="shenyu.plugins.apache-dubbo.enabled",
havingValue="true",
matchIfMissing=true)
public class ApacheDubboPluginConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
ApacheDubboPluginConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.plugin.base.handler.MetaDataHandler |
apacheDubboMetaDataHandler()
Apache dubbo meta data handler.
|
org.apache.shenyu.plugin.api.ShenyuPlugin |
apacheDubboPlugin(org.springframework.beans.factory.ObjectProvider<org.apache.shenyu.plugin.dubbo.common.param.DubboParamResolveService> dubboParamResolveServices)
Dubbo plugin shenyu plugin.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
apacheDubboPluginDataHandler()
Apache dubbo plugin data handler.
|
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin apacheDubboPlugin(org.springframework.beans.factory.ObjectProvider<org.apache.shenyu.plugin.dubbo.common.param.DubboParamResolveService> dubboParamResolveServices)
dubboParamResolveServices - the dubbo param resolve service@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler apacheDubboPluginDataHandler()
@Bean public org.apache.shenyu.plugin.base.handler.MetaDataHandler apacheDubboMetaDataHandler()
Copyright © 2026 The Apache Software Foundation. All rights reserved.