public class MetricsWebsocketBroadcastHandler
extends java.lang.Object
implements ratpack.handling.Handler
This handler should be bound to an application path, and most likely only for the GET method…
import ratpack.codahale.metrics.MetricsWebsocketBroadcastHandler;
chain instanceof ratpack.handling.Chain;
chain.get("admin/metrics", new MetricsWebsocketBroadcastHandler());
| Constructor and Description |
|---|
MetricsWebsocketBroadcastHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ratpack.handling.Context context) |