Page Contents
Home > @loopback/socketio > SocketIoBooter
SocketIoBooter class
A class that extends to boot the artifact type.
Signature:
export declare class SocketIoBooter extends BaseArtifactBooter
Extends: BaseArtifactBooter
Remarks
Discovered controllers are bound using Application.controller().
Supported phases: configure, discover, load
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(app, projectRoot, socketioControllerConfig, socketioServer) | Constructs a new instance of the SocketIoBooter class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| app | Application | ||
| socketioControllerConfig | ArtifactOptions | ||
| socketioServer | protected |
SocketIoServer |
Methods
| Method | Modifiers | Description |
|---|---|---|
| load() | Uses super method to get a list of Artifact classes. Boot each class by binding it to the application using app.controller(controller);. |