Class SessionCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.session.events.AbstractSessionEvent
org.springframework.session.events.SessionCreatedEvent
All Implemented Interfaces:
Serializable

public class SessionCreatedEvent extends AbstractSessionEvent
For SessionRepository implementations that support it, this event is fired when a Session is created.
Since:
1.0
See Also:
  • Constructor Details

    • SessionCreatedEvent

      public SessionCreatedEvent(Object source, Session session)
      Create a new SessionCreatedEvent.
      Parameters:
      source - the source of the event
      session - the session that was created