public class HttpSyncDataService
extends java.lang.Object
implements org.apache.shenyu.sync.data.api.SyncDataService
| Constructor and Description |
|---|
HttpSyncDataService(HttpConfig httpConfig,
org.apache.shenyu.sync.data.api.PluginDataSubscriber pluginDataSubscriber,
org.springframework.web.client.RestTemplate restTemplate,
java.util.List<org.apache.shenyu.sync.data.api.MetaDataSubscriber> metaDataSubscribers,
java.util.List<org.apache.shenyu.sync.data.api.AuthDataSubscriber> authDataSubscribers,
java.util.List<org.apache.shenyu.sync.data.api.ProxySelectorDataSubscriber> proxySelectorDataSubscribers,
java.util.List<org.apache.shenyu.sync.data.api.DiscoveryUpstreamDataSubscriber> discoveryUpstreamDataSubscribers,
AccessTokenManager accessTokenManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
public HttpSyncDataService(HttpConfig httpConfig, org.apache.shenyu.sync.data.api.PluginDataSubscriber pluginDataSubscriber, org.springframework.web.client.RestTemplate restTemplate, java.util.List<org.apache.shenyu.sync.data.api.MetaDataSubscriber> metaDataSubscribers, java.util.List<org.apache.shenyu.sync.data.api.AuthDataSubscriber> authDataSubscribers, java.util.List<org.apache.shenyu.sync.data.api.ProxySelectorDataSubscriber> proxySelectorDataSubscribers, java.util.List<org.apache.shenyu.sync.data.api.DiscoveryUpstreamDataSubscriber> discoveryUpstreamDataSubscribers, AccessTokenManager accessTokenManager)
Copyright © 2023 The Apache Software Foundation. All rights reserved.