次の方法で共有


MethodDispatcherBuildResult クラス

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

public class MethodDispatcherBuildResult

アクターとサービスで使用されるメソッド ディスパッチャーのビルド結果。 内部使用のみ。

メソッドの概要

修飾子と型 メソッドと説明
MethodDispatcherBase getMethodDispatcher()
Class<?> getMethodDispatcherType()
void setMethodDispatcher(MethodDispatcherBase methodDispatcher)
void setMethodDispatcherType(Class<?> methodDispatcherType)

メソッドの詳細

getMethodDispatcher

public MethodDispatcherBase getMethodDispatcher()

getMethodDispatcherType

public Class getMethodDispatcherType()

setMethodDispatcher

public void setMethodDispatcher(MethodDispatcherBase methodDispatcher)

パラメーター:

methodDispatcher

setMethodDispatcherType

public void setMethodDispatcherType(Class methodDispatcherType)

パラメーター:

methodDispatcherType

適用対象