Hierarchy

  • InteractionContextProps

Properties

connectionConfig$: Observable<ConnectionConfig>

Subscribed when making an initial connection and re-subscribed before reconnecting on connection errors.

Emitting new value from this observable will close an existing connection and open a new one.

interactionType: InteractionType

'LongRunning' will keep the connection open until unsubscribed. 'OneTime' will close the connectino (and complete the interaction context observable) after the 1st usage of emitted interaction context.

reconnectionConfig?: ReconnectionConfig

Retry backoff configuration for re-subscribing to connectionConfig$ on connection error.

Generated using TypeDoc