ActorMethodContext 类
定义
An ActorMethodContext contains information about the method that is invoked by actor runtime and is passed as an argument to onPreActorMethodAsync(ActorMethodContext actorMethodContext) and onPostActorMethodAsync(ActorMethodContext actorMethodContext).
public class ActorMethodContext
- 继承
-
java.lang.ObjectActorMethodContext
方法
getCallType() |
Type of call by actor runtime (e.g. actor interface method, timer callback etc.).
|
getMethodName() |
Name of the method invoked by actor runtime.
|