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