ServiceMethodDispatcherBase クラス
- java.
lang. Object - MethodDispatcher
- MethodDispatcherBase
- MethodDispatcherBaseWithSerializer
- microsoft.
servicefabric. services. remoting. builder. ServiceMethodDispatcherBase
- microsoft.
public class ServiceMethodDispatcherBase extends MethodDispatcherBaseWithSerializer
Service メソッド ディスパッチャー オブジェクトを作成する抽象クラス。 内部使用のみ。
メソッドの概要
継承メンバー
MethodDispatcherBase.continueWith(CompletableFuture<?> future)
MethodDispatcherBase.createResponseBody(int methodId, Object returnValue)
MethodDispatcherBase.dispatch(Object objectImplementation, int methodId, Object requestMsgBody)
MethodDispatcherBase.dispatchAsync(Object objectImplementation, int methodId, Object requestMsgBody, CancellationToken cancellationToken)
MethodDispatcherBase.getInterfaceId()
MethodDispatcherBase.getMethodName(int methodId)
MethodDispatcherBase.initialize(int interfaceId, Map<Integer, String> methodNameMap)
MethodDispatcherBase.onDispatch(int methodId, Object remotedObject, Object requestBody)
MethodDispatcherBase.onDispatchAsync(int methodId, Object remotedObject, Object requestBody, CancellationToken cancellationToken)
メソッドの詳細
createResponseMessageBody
public Object createResponseMessageBody(Object responseMessageBodyValue)
パラメーター:
responseMessageBodyValue
deserializeRequestMessageBody
public ServiceRemotingMessageBody deserializeRequestMessageBody(byte[] requestMsgBodyBytes)
パラメーター:
requestMsgBodyBytes
getRequestMessageBodyValue
public Object getRequestMessageBodyValue(Object requestMessageBody)
パラメーター:
requestMessageBody
serializeResponseMessageBody
public byte [] serializeResponseMessageBody(Object responseMsgBody)
パラメーター:
responseMsgBody
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java