public class RSocketConnectedEvent extends IntegrationEvent
IntegrationEvent
to indicate that RSocket
from the client is connected
to the server.
This event can be used for mapping RSocketRequester
to the client by the
destination
meta-data or connect payload data
.
IntegrationRSocketAcceptor
,
Serialized Formsource
Constructor and Description |
---|
RSocketConnectedEvent(Object source,
String destination,
DataBuffer data,
org.springframework.messaging.rsocket.RSocketRequester requester) |
Modifier and Type | Method and Description |
---|---|
DataBuffer |
getData() |
String |
getDestination() |
org.springframework.messaging.rsocket.RSocketRequester |
getRequester() |
String |
toString() |
getCause
getTimestamp
getSource
public RSocketConnectedEvent(Object source, String destination, DataBuffer data, org.springframework.messaging.rsocket.RSocketRequester requester)
public String getDestination()
public DataBuffer getData()
public org.springframework.messaging.rsocket.RSocketRequester getRequester()
public String toString()
toString
in class IntegrationEvent