Page Contents

Home > @loopback/socketio > DefaultSocketIoSequence > (constructor)

DefaultSocketIoSequence.(constructor)

Constructs a new instance of the DefaultSocketIoSequence class

Signature:

constructor(context: Context, controller: ControllerClass, invoke: SocketIoInvokeMethod, send: SocketIoSendMethod, reject: SocketIoRejectMethod);

Parameters

Parameter Type Description
context Context  
controller ControllerClass  
invoke SocketIoInvokeMethod  
send SocketIoSendMethod  
reject SocketIoRejectMethod