Class TeamAppsWebSocketMetrics

java.lang.Object
org.teamapps.ux.servlet.TeamAppsWebSocketMetrics
All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder

public class TeamAppsWebSocketMetrics
extends java.lang.Object
implements io.micrometer.core.instrument.binder.MeterBinder
  • Constructor Summary

    Constructors 
    Constructor Description
    TeamAppsWebSocketMetrics​(WebSocketCommunicationEndpoint webSocketCommunicationEndpoint)  
  • Method Summary

    Modifier and Type Method Description
    void bindTo​(io.micrometer.core.instrument.MeterRegistry registry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • bindTo

      public void bindTo​(io.micrometer.core.instrument.MeterRegistry registry)
      Specified by:
      bindTo in interface io.micrometer.core.instrument.binder.MeterBinder