public class FeignTarget<T> extends Object implements feign.Target<T>
| Constructor and Description |
|---|
FeignTarget(Class<T> type,
String name,
String path,
org.noear.solon.core.LoadBalance upstream) |
| Modifier and Type | Method and Description |
|---|---|
feign.Request |
apply(feign.RequestTemplate input) |
String |
name() |
Class<T> |
type() |
String |
url() |
public feign.Request apply(feign.RequestTemplate input)
apply in interface feign.Target<T>Copyright © 2025. All rights reserved.