Page Contents

Home > @loopback/socketio > SocketIoBooter > load

SocketIoBooter.load() method

Uses super method to get a list of Artifact classes. Boot each class by binding it to the application using app.controller(controller);.

Signature:

load(): Promise<void>;

Returns:

Promise<void>