Examples of MetricsBroadcaster


Examples of ratpack.codahale.metrics.internal.MetricsBroadcaster

*/
public class MetricsWebsocketBroadcastHandler implements Handler {

  @Override
  public void handle(final Context context) throws Exception {
    final MetricsBroadcaster broadcaster = context.get(MetricsBroadcaster.class);
    final MetricRegistryJsonMapper mapper = context.get(MetricRegistryJsonMapper.class);

    websocketBroadcast(
      context,
      map(broadcaster, mapper)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.