@Controller(value="${hystrix.stream.path:/hystrix.stream}")
@Requires(classes={com.netflix.hystrix.serial.SerialHystrixDashboardData.class,io.reactivex.Flowable.class}) @Requires(property="hystrix.stream.enabled",value="true",defaultValue="false")
public class HystrixStreamController
extends java.lang.Object
Constructor and Description |
---|
HystrixStreamController()
Constructor.
|
HystrixStreamController(java.time.Duration interval)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<io.micronaut.http.sse.Event<java.lang.String>> |
hystrixStream()
Hystrix stream endpoint.
|