Uses of Enum Class
io.quarkus.websockets.next.runtime.spi.telemetry.EndpointKind
Packages that use EndpointKind
-
Uses of EndpointKind in io.quarkus.websockets.next.runtime.spi.telemetry
Methods in io.quarkus.websockets.next.runtime.spi.telemetry that return EndpointKindModifier and TypeMethodDescriptionWebSocketEndpointContext.endpointKind()Returns the value of theendpointKindrecord component.static EndpointKindReturns the enum constant of this class with the specified name.static EndpointKind[]EndpointKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.websockets.next.runtime.spi.telemetry with parameters of type EndpointKindModifier and TypeMethodDescriptionWebSocketTracesInterceptor.onConnectionOpened(String route, EndpointKind endpointKind) Called when a WebSocket connection is opened.voidWebSocketTracesInterceptor.onConnectionOpeningFailed(Throwable cause, String route, EndpointKind endpointKind, Map<String, Object> connectionOpenedContext) Called when an opening of a WebSocket connection failed.Constructors in io.quarkus.websockets.next.runtime.spi.telemetry with parameters of type EndpointKindModifierConstructorDescriptionWebSocketEndpointContext(String route, EndpointKind endpointKind, Map<String, Object> connectionContextStorage, String connectionId, String targetId) Creates an instance of aWebSocketEndpointContextrecord class.