ComponentRegistration Classe

  • java.lang.Object
    • com.microsoft.bot.builder.ComponentRegistration

public class ComponentRegistration

ComponentRegistration est une classe de signature permettant de découvrir des ressources à partir de composants.

Récapitulatif du constructeur

Constructeur Description
ComponentRegistration()

Résumé de la méthode

Modificateur et type Méthode et description
static void add(ComponentRegistration componentRegistration)

Ajoutez un composant qui implémente des méthodes d’inscription.

static java.lang.Iterable<java.lang.Object> getComponents()

Obtient la liste de tous les objets ComponentRegistration inscrits.

Méthodes héritées de 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

Détails du constructeur

ComponentRegistration

public ComponentRegistration()

Détails de la méthode

add

public static void add(ComponentRegistration componentRegistration)

Ajoutez un composant qui implémente des méthodes d’inscription.

Paramètres:

componentRegistration - Composant à ajouter à l’inscription.

getComponents

public static Iterable getComponents()

Obtient la liste de tous les objets ComponentRegistration inscrits.

Retours:

Tableau d’objets ComponentRegistration.

S’applique à