Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubOrderJoinRequest

The order hub join request payload

export
interface

IHubOrderJoinRequest

Hierarchy

Index

Properties

Optional hubName

hubName: undefined | string

Optional joinCallback

joinCallback: undefined | ((joinEvent: IHubEventJoin) => void)

Optional leaveCallback

leaveCallback: undefined | ((leaveEvent: IHubEventLeave) => void)

Optional options

orderId

orderId: number

Optional orderUpdatedCallback

orderUpdatedCallback: undefined | ((orderEvent: IHubEventOrderUpdated) => void)

Optional sessionChangedCallback

sessionChangedCallback: undefined | ((sessionEvent: IHubEventSessionChanged) => void)

Optional subscribedOrderAdditionalInformationCallback

subscribedOrderAdditionalInformationCallback: undefined | ((orderEvent: IHubEventSubscribedOrderAdditionalInformation) => void)

Optional subscriberName

subscriberName: undefined | string

token

token: string