ActorTypeInformation.getEventInterfaceTypes 方法
定义
Gets actor event interface which the actor class implements.
public List<Class<?>> getEventInterfaceTypes()
返回
List<Class<?>>
An enumerator hat can be used to iterate through the actor event interface which the actor class implements.
适用于