Package io.jmix.sessions.events
package io.jmix.sessions.events
-
ClassDescriptionJmixSessionCreatedEvent<S extends org.springframework.session.Session>Published by the
SessionRepositoryWrapper
when anSession
is created by the Spring session repositoryJmixSessionDestroyedEvent<S extends org.springframework.session.Session>Published by theSessionRepositoryWrapper
before aSession
destroyed by the Spring session repositoryJmixSessionRestoredEvent<S extends org.springframework.session.Session>Published by theSessionRepositoryWrapper
when anSession
is restored from the Spring session repository