public class UserConnectedEvent
extends org.springframework.context.ApplicationEvent
Connection
is connected to middleware right before firing
Connection.StateChangeEvent
listeners.Modifier and Type | Field and Description |
---|---|
protected Credentials |
credentials |
Constructor and Description |
---|
UserConnectedEvent(Connection source,
Credentials credentials) |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
Credentials |
getCredentials() |
Connection |
getSource() |
protected final Credentials credentials
public UserConnectedEvent(Connection source, Credentials credentials)
public Connection getSource()
getSource
in class java.util.EventObject
public Connection getConnection()
public Credentials getCredentials()