Uses of Enum Class
io.quarkus.websockets.next.BasicWebSocketConnector.ExecutionModel
Packages that use BasicWebSocketConnector.ExecutionModel
-
Uses of BasicWebSocketConnector.ExecutionModel in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return BasicWebSocketConnector.ExecutionModelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BasicWebSocketConnector.ExecutionModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.websockets.next with parameters of type BasicWebSocketConnector.ExecutionModelModifier and TypeMethodDescriptionBasicWebSocketConnector.executionModel(BasicWebSocketConnector.ExecutionModel model) Set the execution model for callback handlers. -
Uses of BasicWebSocketConnector.ExecutionModel in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime with parameters of type BasicWebSocketConnector.ExecutionModelModifier and TypeMethodDescriptionBasicWebSocketConnectorImpl.executionModel(BasicWebSocketConnector.ExecutionModel model)