on_event
AsyncMethod
This is a method of the AsyncStreamCallback class in the streaming module.Called when a stream event is emitted (async)
Signature
Parameters
No description available.
Returns
The result of the operation.
on_event: Called when a stream event is emitted (async)
This is a method of the AsyncStreamCallback class in the streaming module.Called when a stream event is emitted (async)
async def on_event(&self, event: &StreamEvent) -> ()