Skip to main content

send

AsyncMethod
This is a method of the GatewayClientProtocol class in the gateway module.
Send an event to the client.

Signature

async def send(&self, event: GatewayEvent) -> Result<()>

Parameters

event
GatewayEvent
required
No description available.

Returns

Returns
Result<()>
The result of the operation.