Page Contents

Home > @loopback/socketio > SocketIoControllerFactory > create

SocketIoControllerFactory.create() method

Signature:

create(): Promise<{
        [method: string]: Function;
    }>;

Returns:

Promise<{ [method: string]: Function; }>