Class WebSocketMetricsInterceptorProducerImpl

java.lang.Object
io.quarkus.micrometer.runtime.binder.websockets.WebSocketMetricsInterceptorProducerImpl
All Implemented Interfaces:
io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer

@Dependent public final class WebSocketMetricsInterceptorProducerImpl extends Object implements io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer

    io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebSocketMetricsInterceptorProducerImpl(io.micrometer.core.instrument.MeterRegistry meterRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor
     
    io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor
     

    Methods inherited from class java.lang.Object

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

    • WebSocketMetricsInterceptorProducerImpl

      WebSocketMetricsInterceptorProducerImpl(io.micrometer.core.instrument.MeterRegistry meterRegistry)
  • Method Details

    • createServerMetricsInterceptor

      public io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor createServerMetricsInterceptor()
      Specified by:
      createServerMetricsInterceptor in interface io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer
    • createClientMetricsInterceptor

      public io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor createClientMetricsInterceptor()
      Specified by:
      createClientMetricsInterceptor in interface io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer