ActorCallType 枚举
定义
Represents the call-type associated with the method invoked by actor runtime.
Remarks:This is provided as part of ActorMethodContext which is passed as argument to onPreActorMethodAsync(ActorMethodContext actorMethodContext) and onPostActorMethodAsync(ActorMethodContext actorMethodContext).
public enum ActorCallType
- 继承
-
java.lang.Objectjava.lang.Enum<ActorCallType>ActorCallType
字段
ActorInterfaceMethod | The method invoked is an actor interface method for a given client request. |
ReminderMethod | The method invoked on Remindable interface when a reminder fires. |
TimerMethod | The method invoked is a timer callback method. |