Options
All
  • Public
  • Public/Protected
  • All
Menu

sse 服务端消息管理类

Hierarchy

  • SseMsg

Index

Constructors

Properties

Methods

Constructors

constructor

  • new SseMsg(msgId: string, timeOut?: number): SseMsg
  • Parameters

    • msgId: string

      服务端消息唯一id

    • timeOut: number = 300

      消息的监听停留时间单位秒; 默认: 300秒

    Returns SseMsg

Properties

callback

callback: SseMsgCallback

msgId

msgId: any

source

source: any

timeOut

timeOut: number

Methods

close

  • close(): void
  • 关闭消息监听

    Returns void

init

  • init(): void
  • Returns void

on

  • Parameters

    Returns void

send

  • send(message: any): void
  • 发送服务端消息

    Parameters

    • message: any

      消息内容

    Returns void

Static sendTo

  • sendTo(msgId: string, message: any): void
  • 给指定的msgId 发送服务端消息

    Parameters

    • msgId: string

      服务端消息id

    • message: any

      消息内容对象

    Returns void

Generated using TypeDoc