ConnectorConfiguration Class
- java.
lang. Object - com.
microsoft. bot. connector. ConnectorConfiguration
- com.
public class ConnectorConfiguration
Loads configuration properties for bot-connector. The version of the package will be in the project.properties file.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConnectorConfiguration() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
process(Consumer<Properties> func)
Load and pass properties to a function. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
ConnectorConfiguration
public ConnectorConfiguration()
Method Details
process
public void process(Consumer
Load and pass properties to a function.
Parameters:
func
- The function to process the loaded properties.