MethodDispatcherBuildResult Class

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

public class MethodDispatcherBuildResult

Method dispatcher build result to be used in Actors and Services. For internal use only.

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