Uses of Interface
com.vaadin.flow.server.SessionLockListener
Packages that use SessionLockListener
-
Uses of SessionLockListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type SessionLockListenerModifier and TypeMethodDescriptionVaadinService.addSessionLockListener(SessionLockListener listener) Adds a listener that gets notified when a session lock for this service is acquired and released, enabling observation of session-lock contention (for example to publish lock wait and hold-time metrics).