Navigation
API > API/Runtime > API/Runtime/Stomp > API/Runtime/Stomp/IStompClient > API/Runtime/Stomp/IStompClient/Send
References
| Module | Stomp |
| Header | /Engine/Source/Runtime/Online/Stomp/Public/IStompClient.h |
| Include | #include "IStompClient.h" |
void Send
(
const FString & Destination,
const FStompBuffer & Body,
const FStompHeader & Header,
const FStompRequestCompleted & CompletionCallback
)
Remarks
Emit an event to a destination
Parameters
| Name | Description |
|---|---|
| Destination | The destination endoint of the event. |
| Body | The event body as a binary blob. |
| Header | Custom header values to send along with the data. |
| CompletionCallback | Delegate called when the request has been acknowledged by the server or if there is an error. |