public class FeignTarget<T> extends Object implements feign.Target<T>
feign.Target.EmptyTarget<T>, feign.Target.HardCodedTarget<T>
FeignTarget(Class<T> type, String name, String path, org.noear.solon.core.LoadBalance upstream)
feign.Request
apply(feign.RequestTemplate input)
String
name()
Class<T>
type()
url()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FeignTarget(Class<T> type, String name, String path, org.noear.solon.core.LoadBalance upstream)
public Class<T> type()
type
feign.Target<T>
public String name()
name
public String url()
url
public feign.Request apply(feign.RequestTemplate input)
apply
Copyright © 2021. All rights reserved.