Uses of Enum Class
com.vaadin.flow.server.SessionLockCheckStrategy
Packages that use SessionLockCheckStrategy
-
Uses of SessionLockCheckStrategy in com.vaadin.flow.function
Methods in com.vaadin.flow.function that return SessionLockCheckStrategyModifier and TypeMethodDescriptiondefault SessionLockCheckStrategy
DeploymentConfiguration.getSessionLockCheckStrategy()
Returns the strategy for Vaadin session lock checking in production mode. -
Uses of SessionLockCheckStrategy in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return SessionLockCheckStrategyModifier and TypeMethodDescriptionDefaultDeploymentConfiguration.getSessionLockCheckStrategy()
PropertyDeploymentConfiguration.getSessionLockCheckStrategy()
static SessionLockCheckStrategy
Returns the enum constant of this class with the specified name.static SessionLockCheckStrategy[]
SessionLockCheckStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.