spring-framework / org.springframework.web.socket.messaging / SessionConnectedEvent / <init>

<init>

SessionConnectedEvent(source: Any, message: Message<ByteArray>)

Create a new SessionConnectedEvent.

Parameters

source - the component that published the event (never null)

message - the connected message (never null)

SessionConnectedEvent(source: Any, message: Message<ByteArray>, @Nullable user: Principal)