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 |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
ArtifactOptions | |||
|
|
Methods
| Method | Modifiers | Description |
|---|---|---|
|
Uses super method to get a list of Artifact classes. Boot each class by binding it to the application using |