MethodDispatcherBuildResult Classe
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. BuildResult - microsoft.
servicefabric. services. remoting. builder. MethodDispatcherBuildResult
- microsoft.
- microsoft.
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 |
---|---|
Method |
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java