MethodDispatcherBuildResult Classe
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. BuildResult - microsoft.
servicefabric. services. remoting. builder. MethodDispatcherBuildResult
- microsoft.
- microsoft.
public class MethodDispatcherBuildResult
Résultat de génération du répartiteur de méthode à utiliser dans Acteurs et Services. Uniquement réservé à un usage interne.
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
Method |
getMethodDispatcher() |
Class<?> | getMethodDispatcherType() |
void | setMethodDispatcher(MethodDispatcherBase methodDispatcher) |
void | setMethodDispatcherType(Class<?> methodDispatcherType) |
Détails de la méthode
getMethodDispatcher
public MethodDispatcherBase getMethodDispatcher()
getMethodDispatcherType
public Class getMethodDispatcherType()
setMethodDispatcher
public void setMethodDispatcher(MethodDispatcherBase methodDispatcher)
Paramètres:
methodDispatcher
setMethodDispatcherType
public void setMethodDispatcherType(Class methodDispatcherType)
Paramètres:
methodDispatcherType
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java