public class SessionConnectedEvent
extends org.springframework.context.ApplicationEvent
SessionConnectEvent.source| Constructor and Description |
|---|
SessionConnectedEvent(Object source,
org.springframework.messaging.Message<byte[]> message)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.Message<byte[]> |
getMessage()
Return the connected message.
|
String |
toString() |
getSourcepublic SessionConnectedEvent(Object source, org.springframework.messaging.Message<byte[]> message)
source - the component that published the event (never null)message - the connected messagepublic org.springframework.messaging.Message<byte[]> getMessage()
public String toString()
toString in class EventObject