public class RibbonClient
extends java.lang.Object
implements feign.Client
MyService api = Feign.builder.client(new RibbonClient()).target(MyService.class, "http://myAppProd");Where
myAppProd is the ribbon client name and myAppProd.ribbon.listOfServers configuration
is set.| Constructor and Description |
|---|
RibbonClient() |
RibbonClient(feign.Client delegate) |
| Modifier and Type | Method and Description |
|---|---|
feign.Response |
execute(feign.Request request,
feign.Request.Options options) |