ActorEventProxy 类
定义
Provides the base implementation for the proxy to invoke methods on actor event subscribers.
public class ActorEventProxy extends ProxyBase
- 继承
继承成员
ProxyBase.continueWith(CompletableFuture<Object> future)
ProxyBase.getReturnValue(int interfaceId, int methodId, Object responseBody)
ProxyBase.invoke(int interfaceId, int methodId, Object requestMsgBodyValue)
ProxyBase.invokeAsync(int interfaceId, int methodId, Object requestMsgBodyValue, CancellationToken cancellationToken)
ProxyBase.invokeAsync(int interfaceId, int methodId, byte[] requestMsgBodyBytes, CancellationToken cancellationToken)
ProxyBase.ProxyBase()
构造函数
ActorEventProxy() |
Initializes a new instance of the ActorEventProxy class. |