ComponentRegistration Class
- java.
lang. Object - com.
microsoft. bot. builder. ComponentRegistration
- com.
public class ComponentRegistration
ComponentRegistration is a signature class for discovering assets from components.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ComponentRegistration() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static void |
add(ComponentRegistration componentRegistration)
Add a component which implements registration methods. |
| static java.lang.Iterable<java.lang.Object> |
getComponents()
Gets list of all Component |
Methods inherited from java.lang.Object
Constructor Details
ComponentRegistration
public ComponentRegistration()
Method Details
add
public static void add(ComponentRegistration componentRegistration)
Add a component which implements registration methods.
Parameters:
getComponents
public static Iterable