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
ConstructorsConstructorDescriptionWebSocketMetricsInterceptorProducerImpl(io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptorio.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor
-
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:
createServerMetricsInterceptorin interfaceio.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer
-
createClientMetricsInterceptor
public io.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer.WebSocketMetricsInterceptor createClientMetricsInterceptor()- Specified by:
createClientMetricsInterceptorin interfaceio.quarkus.websockets.next.runtime.spi.telemetry.WebSocketMetricsInterceptorProducer
-