Compartilhar via


MethodDispatcherBuildResult Classe

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

public class MethodDispatcherBuildResult

Resultado de build do dispatcher de método a ser usado em Atores e Serviços. Somente para uso interno.

Resumo do método

Modificador e tipo Método e descrição
MethodDispatcherBase getMethodDispatcher()
Class<?> getMethodDispatcherType()
void setMethodDispatcher(MethodDispatcherBase methodDispatcher)
void setMethodDispatcherType(Class<?> methodDispatcherType)

Detalhes do método

getMethodDispatcher

public MethodDispatcherBase getMethodDispatcher()

getMethodDispatcherType

public Class getMethodDispatcherType()

setMethodDispatcher

public void setMethodDispatcher(MethodDispatcherBase methodDispatcher)

Parâmetros:

methodDispatcher

setMethodDispatcherType

public void setMethodDispatcherType(Class methodDispatcherType)

Parâmetros:

methodDispatcherType

Aplica-se a