Uses of Interface
io.quarkus.websockets.next.runtime.telemetry.ConnectionInterceptor
Packages that use ConnectionInterceptor
-
Uses of ConnectionInterceptor in io.quarkus.websockets.next.runtime.telemetry
Classes in io.quarkus.websockets.next.runtime.telemetry that implement ConnectionInterceptorModifier and TypeClassDescriptionstatic final class(package private) final class(package private) final classMethod parameters in io.quarkus.websockets.next.runtime.telemetry with type arguments of type ConnectionInterceptorModifier and TypeMethodDescription(package private) voidWebSocketTelemetryProviderBuilder.pathToClientConnectionInterceptor(Function<String, ConnectionInterceptor> pathToInterceptor1) (package private) voidWebSocketTelemetryProviderBuilder.pathToServerConnectionInterceptor(Function<String, ConnectionInterceptor> pathToInterceptor1) Constructors in io.quarkus.websockets.next.runtime.telemetry with parameters of type ConnectionInterceptorModifierConstructorDescription(package private)TelemetrySupport(ConnectionInterceptor connectionInterceptor, SendingInterceptor sendingInterceptor, ErrorInterceptor errorInterceptor) Constructor parameters in io.quarkus.websockets.next.runtime.telemetry with type arguments of type ConnectionInterceptorModifierConstructorDescription(package private)