Interface IGatewayEventHandler<T>
public interface IGatewayEventHandler<T> : IGatewayEventHandlerBase
Type Parameters
T
- Inherited Members
Methods
HandleAsync(T)
Handles the event.
ValueTask HandleAsync(T arg)
Parameters
arg
TThe event argument.