Categories:
directline-service plugin
Technical description of directline-service plugin
Introduction
directline-service plugin contains the services and utilities related to message creation for Microsoft Directline v3. This plugin also contains the Directline client to send messages to aura-root.
The specific environment variables for this plugin are located at directline-service plugin configuration.
Consumes components (IOC)
| Name | Type | Description |
|---|---|---|
| configurationManager | PluginType.Service | Configuration manager |
| auraBridgeCache | PluginType.Service | Cache for ack messages |
Provides components (IOC)
| Name | Type | Description |
|---|---|---|
| directlineClient | PluginType.Client | Direct Line client |
| directlineService | PluginType.Service | Services and utilities for Direct Line protocol |
directlineClient plugin
The directlineClient class extends from the AuraBridgeClient and allows sending requests to aura-root.
directlineService
The directlineService class provides utilities related to the Directline client.
messageFactoryfor channelData v1 (DirectlineMessageFactory): Factory to create different types of Directline messages with channelData v1.messageFactoryfor channelData v3 (DirectlineMessageFactoryV3): Factory to create different types of Directline messages with channelData v3.
Last modified November 21, 2024: feat: Aura Root and ATRIA documentation for Jota Quest #AURA-25314 [RTM] (f950edaf)