@Configuration
@ConditionalOnClass(value=org.apache.shenyu.plugin.tars.TarsPlugin.class)
@ConditionalOnProperty(value="shenyu.plugins.tars.enabled",
havingValue="true",
matchIfMissing=true)
public class TarsPluginConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
TarsPluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shenyu.plugin.base.handler.MetaDataHandler |
tarsMetaDataHandler()
Tars meta data handler.
|
org.apache.shenyu.plugin.api.ShenyuPlugin |
tarsPlugin()
Tars plugin.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
tarsPluginDataHandler()
Tars plugin data handler.
|
org.apache.shenyu.plugin.api.context.ShenyuContextDecorator |
tarsShenyuContextDecorator()
Tars shenyu context decorator.
|
@Bean public org.apache.shenyu.plugin.api.ShenyuPlugin tarsPlugin()
@Bean public org.apache.shenyu.plugin.base.handler.MetaDataHandler tarsMetaDataHandler()
@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler tarsPluginDataHandler()
@Bean public org.apache.shenyu.plugin.api.context.ShenyuContextDecorator tarsShenyuContextDecorator()
Copyright © 2024 The Apache Software Foundation. All rights reserved.