public class HystrixMetricEventStream extends Object implements HystrixMetricHandler
| Constructor and Description |
|---|
HystrixMetricEventStream(Vertx vertx,
String address) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RoutingContext rc)
Something has happened, so handle it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic void handle(RoutingContext rc)
Handlerhandle in interface Handler<RoutingContext>rc - the event to handleCopyright © 2020. All rights reserved.