Uses of Interface
io.quarkus.websockets.next.runtime.telemetry.ErrorInterceptor
Packages that use ErrorInterceptor
-
Uses of ErrorInterceptor in io.quarkus.websockets.next.runtime
Constructors in io.quarkus.websockets.next.runtime with parameters of type ErrorInterceptorModifierConstructorDescriptionWebSocketEndpointBase(WebSocketConnectionBase connection, Codecs codecs, ContextSupport contextSupport, SecuritySupport securitySupport, ErrorInterceptor errorInterceptor) -
Uses of ErrorInterceptor in io.quarkus.websockets.next.runtime.telemetry
Classes in io.quarkus.websockets.next.runtime.telemetry that implement ErrorInterceptorMethods in io.quarkus.websockets.next.runtime.telemetry that return ErrorInterceptorMethod parameters in io.quarkus.websockets.next.runtime.telemetry with type arguments of type ErrorInterceptorModifier and TypeMethodDescription(package private) voidWebSocketTelemetryProviderBuilder.pathToClientErrorInterceptor(Function<String, ErrorInterceptor> pathToClientErrorInterceptor) (package private) voidWebSocketTelemetryProviderBuilder.pathToServerErrorInterceptor(Function<String, ErrorInterceptor> pathToServerErrorInterceptor) Constructors in io.quarkus.websockets.next.runtime.telemetry with parameters of type ErrorInterceptorModifierConstructorDescription(package private)TelemetrySupport(ConnectionInterceptor connectionInterceptor, SendingInterceptor sendingInterceptor, ErrorInterceptor errorInterceptor)