ConfigurationChannelProvider Class
- java.
lang. Object - com.
microsoft. bot. connector. authentication. SimpleChannelProvider - com.
microsoft. bot. integration. ConfigurationChannelProvider
- com.
- com.
public class ConfigurationChannelProvider
extends SimpleChannelProvider
Channel provider which uses Configuration to lookup the channel service property. This will populate the SimpleChannelProvider.ChannelService from a configuration entry with the key of "ChannelService".
Constructor Summary
| Constructor | Description |
|---|---|
| ConfigurationChannelProvider(Configuration configuration) |
Initializes a new instance using Configuration. |
Methods inherited from SimpleChannelProvider
Methods inherited from java.lang.Object
Constructor Details
ConfigurationChannelProvider
public ConfigurationChannelProvider(Configuration configuration)
Initializes a new instance using Configuration.
Parameters: