Uses of Enum Class
io.quarkus.websockets.next.UnhandledFailureStrategy
Packages that use UnhandledFailureStrategy
-
Uses of UnhandledFailureStrategy in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return UnhandledFailureStrategyModifier and TypeMethodDescriptionWebSocketsClientRuntimeConfig.unhandledFailureStrategy()The strategy used when an error occurs but no error handler can handle the failure.WebSocketsServerRuntimeConfig.unhandledFailureStrategy()The strategy used when an error occurs but no error handler can handle the failure.static UnhandledFailureStrategyReturns the enum constant of this class with the specified name.static UnhandledFailureStrategy[]UnhandledFailureStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnhandledFailureStrategy in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime with parameters of type UnhandledFailureStrategyModifier and TypeMethodDescription(package private) static voidEndpoints.initialize(io.vertx.core.Vertx vertx, io.quarkus.arc.ArcContainer container, Codecs codecs, WebSocketConnectionBase connection, io.vertx.core.http.WebSocketBase ws, String generatedEndpointClass, Optional<Duration> autoPingInterval, SecuritySupport securitySupport, UnhandledFailureStrategy unhandledFailureStrategy, TrafficLogger trafficLogger, Runnable onClose)