@Configuration
@ConditionalOnClass(value=org.apache.shenyu.plugin.motan.MotanPlugin.class)
@ConditionalOnProperty(value="shenyu.plugins.motan.enabled",
havingValue="true",
matchIfMissing=true)
public class MotanPluginConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
MotanPluginConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.plugin.base.handler.MetaDataHandler |
motanMetaDataHandler()
Motan meta data handler.
|
org.apache.shenyu.plugin.api.ShenyuPlugin |
motanPlugin(org.apache.shenyu.plugin.motan.proxy.MotanProxyService motanProxyService)
Motan plugin.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
motanPluginDataHandler()
Motan plugin data handler.
|
org.apache.shenyu.plugin.motan.proxy.MotanProxyService |
motanProxyService()
Motan proxy service.
|
org.apache.shenyu.plugin.api.context.ShenyuContextDecorator |
motanShenyuContextDecorator()
motan shenyu context decorator.
|
@Bean public org.apache.shenyu.plugin.motan.proxy.MotanProxyService motanProxyService()
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin motanPlugin(org.apache.shenyu.plugin.motan.proxy.MotanProxyService motanProxyService)
motanProxyService - the motan proxy service@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler motanPluginDataHandler()
@Bean public org.apache.shenyu.plugin.base.handler.MetaDataHandler motanMetaDataHandler()
@Bean public org.apache.shenyu.plugin.api.context.ShenyuContextDecorator motanShenyuContextDecorator()
Copyright © 2026 The Apache Software Foundation. All rights reserved.