Class SessionDestroyedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.session.event.AbstractSessionEvent
io.micronaut.session.event.SessionDestroyedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SessionDeletedEvent, SessionExpiredEvent

public class SessionDestroyedEvent extends AbstractSessionEvent
Fired when a session is destroyed.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • SessionDestroyedEvent

      public SessionDestroyedEvent(Session source)
      Constructs a Session destroyed event.
      Parameters:
      source - The object on which the Event initially occurred.