MethodDispatcherBuildResult Class
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. BuildResult - microsoft.
servicefabric. services. remoting. builder. MethodDispatcherBuildResult
- microsoft.
- microsoft.
public class MethodDispatcherBuildResult
Method dispatcher build result to be used in Actors and Services. For internal use only.
Method Summary
Modifier and Type | Method and Description |
---|---|
Method |
getMethodDispatcher() |
Class<?> | getMethodDispatcherType() |
void | setMethodDispatcher(MethodDispatcherBase methodDispatcher) |
void | setMethodDispatcherType(Class<?> methodDispatcherType) |
Method Details
getMethodDispatcher
public MethodDispatcherBase getMethodDispatcher()
getMethodDispatcherType
public Class getMethodDispatcherType()
setMethodDispatcher
public void setMethodDispatcher(MethodDispatcherBase methodDispatcher)
Parameters:
methodDispatcher
setMethodDispatcherType
public void setMethodDispatcherType(Class methodDispatcherType)
Parameters:
methodDispatcherType
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java