Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SocketIoPrivateChannel

Hierarchy

Callable

Index

Properties

eventFormatter

eventFormatter: EventFormatter

The event formatter.

events

events: any

The event callbacks applied to the channel.

name

name: string

The name of the channel.

options

options: any

Channel options.

socket

socket: io

The SocketIo client instance

Methods

bind

configureReconnector

  • configureReconnector(): void

listen

  • listen(event: string, callback: function): Channel

listenForWhisper

  • listenForWhisper(event: string, callback: function): Channel

notification

  • notification(callback: function): Channel

on

subscribe

  • subscribe(): void

unbind

  • unbind(): void

unsubscribe

  • unsubscribe(): void

whisper