HystrixRequestEventsStream.observe().@Deprecated
public class HystrixRequestEventsJsonStream
extends java.lang.Object
| Constructor and Description |
|---|
HystrixRequestEventsJsonStream()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convertRequestsToJson(java.util.Collection<com.netflix.hystrix.metric.HystrixRequestEvents> requests)
Deprecated.
|
static java.lang.String |
convertRequestToJson(com.netflix.hystrix.metric.HystrixRequestEvents request)
Deprecated.
|
rx.Observable<com.netflix.hystrix.metric.HystrixRequestEvents> |
getStream()
Deprecated.
|
public HystrixRequestEventsJsonStream()
public rx.Observable<com.netflix.hystrix.metric.HystrixRequestEvents> getStream()
public static java.lang.String convertRequestsToJson(java.util.Collection<com.netflix.hystrix.metric.HystrixRequestEvents> requests)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String convertRequestToJson(com.netflix.hystrix.metric.HystrixRequestEvents request)
throws java.io.IOException
java.io.IOException