Abort the current run for a channel
(channelId: string)
| 137 | */ |
| 138 | export interface IPackAgent { |
| 139 | /** Handle an incoming message with streaming events */ |
| 140 | handleMessage( |
| 141 | adapter: RuntimePlatform, |
| 142 | channelId: string, |
no outgoing calls
no test coverage detected