T - Data type of the returned objectpublic abstract class RibbonResponse<T>
extends java.lang.Object
RequestWithMetaData that contains the content
and the meta data from execution.| Constructor and Description |
|---|
RibbonResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
content() |
abstract com.netflix.hystrix.HystrixInvokableInfo<?> |
getHystrixInfo() |
public abstract T content()
public abstract com.netflix.hystrix.HystrixInvokableInfo<?> getHystrixInfo()