Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "interface/stomp-socket/StompSocket"

Index

Interfaces

Type aliases

Type aliases

StompSocketHeader

StompSocketHeader: { reconnect?: string; token: string; username: string }

STOMP协议连接头定义

Type declaration

  • Optional reconnect?: string
  • token: string
  • username: string

Generated using TypeDoc