public class LogoutEvent
extends io.micronaut.context.event.ApplicationEvent
| Constructor and Description |
|---|
LogoutEvent(java.lang.Object source)
Event triggered when the user logs out.
|
public LogoutEvent(java.lang.Object source)
source - The Authentication of the user logging out.java.lang.IllegalArgumentException - if source is null.