@Configuration
@ConditionalOnProperty(value="shenyu.plugins.divide.enabled",
havingValue="true",
matchIfMissing=true)
public class DividePluginConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
DividePluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shenyu.plugin.base.handler.MetaDataHandler |
divideMetaDataHandler()
divide meta data handler.
|
org.apache.shenyu.plugin.api.ShenyuPlugin |
dividePlugin()
init dividePlugin.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
dividePluginDataHandler()
Divide plugin data handler.
|
org.apache.shenyu.plugin.api.context.ShenyuContextDecorator |
divideShenyuContextDecorator()
Divide shenyu context decorator.
|
org.apache.shenyu.plugin.divide.handler.DivideUpstreamDataHandler |
divideUpstreamDataHandler()
divide discovery upstream data handler.
|
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin dividePlugin()
@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler dividePluginDataHandler()
@Bean public org.apache.shenyu.plugin.base.handler.MetaDataHandler divideMetaDataHandler()
@Bean public org.apache.shenyu.plugin.divide.handler.DivideUpstreamDataHandler divideUpstreamDataHandler()
@Bean public org.apache.shenyu.plugin.api.context.ShenyuContextDecorator divideShenyuContextDecorator()
Copyright © 2024 The Apache Software Foundation. All rights reserved.