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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java