Class JmixSessionRestoredEvent<S extends org.springframework.session.Session>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.sessions.events.JmixSessionRestoredEvent<S>
All Implemented Interfaces:
Serializable

public class JmixSessionRestoredEvent<S extends org.springframework.session.Session> extends org.springframework.context.ApplicationEvent
Published by the SessionRepositoryWrapper when an Session is restored from the Spring session repository
See Also:
  • Constructor Details

    • JmixSessionRestoredEvent

      public JmixSessionRestoredEvent(S session)
  • Method Details

    • getSession

      public S getSession()