ActorEventProxy クラス
- java.
lang. Object - ProxyBase
- microsoft.
servicefabric. actors. runtime. ActorEventProxy
- microsoft.
public class ActorEventProxy extends ProxyBase
アクター イベント サブスクライバーでメソッドを呼び出すためのプロキシの基本実装を提供します。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
ActorEventProxy() |
ActorEventProxy クラスの新しいインスタンスを初期化します。 |
メソッドの概要
継承メンバー
コンストラクターの詳細
ActorEventProxy
protected ActorEventProxy()
ActorEventProxy クラスの新しいインスタンスを初期化します。
メソッドの詳細
createRequestMessageBody
protected Object createRequestMessageBody(Object requestMessageBodyValue)
パラメーター:
deserializeMessage
protected Object deserializeMessage(byte[] msgBodyValue)
パラメーター:
getResponseMessageBodyValue
protected Object getResponseMessageBodyValue(Object responseMessageBody)
パラメーター:
invoke
protected void invoke(int interfaceId, int methodId, byte[] requestMsgBodyBytes)
パラメーター:
invokeAsync
protected CompletableFuture
パラメーター:
serializeMessage
protected byte [] serializeMessage(Object msgBodyValue)
パラメーター:
適用対象
Azure SDK for Java