emit
AsyncMethod
This is a method of the GatewayProtocol class in the gateway module.Emit an event to registered handlers.
Signature
Parameters
No description available.
Returns
The result of the operation.
emit: Emit an event to registered handlers.
This is a method of the GatewayProtocol class in the gateway module.Emit an event to registered handlers.
async def emit(&self, event: GatewayEvent) -> Result<()>