Page Contents
Home > @loopback/socketio > DefaultSocketIoSequence > handle
DefaultSocketIoSequence.handle() method
Signature:
handle(methodName: string, args: unknown[], done: Function): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
methodName | string | |
args | unknown[] | |
done | Function |
Returns:
Promise<void>