Uses of Enum Class
io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig.ContextActivation
Packages that use WebSocketsServerBuildConfig.ContextActivation
-
Uses of WebSocketsServerBuildConfig.ContextActivation in io.quarkus.websockets.next.deployment.config
Methods in io.quarkus.websockets.next.deployment.config that return WebSocketsServerBuildConfig.ContextActivationModifier and TypeMethodDescriptionWebSocketsServerBuildConfig.activateRequestContext()Specifies the activation strategy for the CDI request context during endpoint callback invocation.WebSocketsServerBuildConfig.activateSessionContext()Specifies the activation strategy for the CDI session context during endpoint callback invocation.Returns the enum constant of this class with the specified name.WebSocketsServerBuildConfig.ContextActivation.values()Returns an array containing the constants of this enum class, in the order they are declared.