ActorTypeExtensions.getActorInterfaces(Class<?> cls) 方法
定义
Gets the actor interfaces implemented by the actor class.
public static Class<?> [] getActorInterfaces(Class<?> cls)
参数
- cls
- Class<?>
The type of class implementing actor.
返回
Class<?> []
An array containing actor interface which the type implements.