public interface GatewayStrategyRouteResource
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity gatewayStrategyRouteEntity) |
void |
delete(String routeId) |
void |
modify(com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity gatewayStrategyRouteEntity) |
void |
updateAll(List<com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity> gatewayStrategyRouteEntityList) |
void |
updateAll(String gatewayStrategyRouteConfig) |
com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity |
view(String routeId) |
List<com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity> |
viewAll() |
void add(com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity gatewayStrategyRouteEntity)
void modify(com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity gatewayStrategyRouteEntity)
void delete(String routeId)
void updateAll(List<com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity> gatewayStrategyRouteEntityList)
void updateAll(String gatewayStrategyRouteConfig)
com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity view(String routeId)
List<com.nepxion.discovery.common.entity.GatewayStrategyRouteEntity> viewAll()
Copyright © 2022 Nepxion. All rights reserved.