Class ExchangeProviderAbstract
Constructors
Protectedconstructor
- new ExchangeProvider(exchangeManager): ExchangeProvider
Properties
AbstractchannelType
Protected ReadonlyexchangeManager
Abstractsession
Methods
addProtocolHandler
- addProtocolHandler(handler): void
Returns void
getProtocolHandler
- getProtocolHandler(protocolId): undefined | ProtocolHandler
hasProtocolHandler
- hasProtocolHandler(protocolId): boolean
Returns boolean
AbstractinitiateExchange
- initiateExchange(): Promise<MessageExchange>
AbstractreconnectChannel
- reconnectChannel(): Promise<boolean>
Returns Promise<boolean>