Page Contents

Home > @loopback/socketio > DefaultSocketIoSequence

DefaultSocketIoSequence class

Signature:

export declare class DefaultSocketIoSequence implements SocketIoSequence 

Implements: SocketIoSequence

Constructors

Constructor Modifiers Description
(constructor)(context, controller, invoke, send, reject)   Constructs a new instance of the DefaultSocketIoSequence class

Properties

Property Modifiers Type Description
context protected Context  
controller protected ControllerClass  
invoke protected SocketIoInvokeMethod  
reject protected SocketIoRejectMethod  
send protected SocketIoSendMethod  

Methods

Method Modifiers Description
handle(methodName, args, done)