Partager via


MethodDispatcherBuildResult Classe

  • java.lang.Object
    • microsoft.servicefabric.services.remoting.builder.BuildResult
      • microsoft.servicefabric.services.remoting.builder.MethodDispatcherBuildResult

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
MethodDispatcherBase 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 à