ActorNameFormat.getConfigPackageName(Class<?> actorImplementationType) 方法
定义
Gets the configuration package name used in service package for the actor.
public static String getConfigPackageName(Class<?> actorImplementationType)
参数
- actorImplementationType
- Class<?>
Type of class implementing the actor.
返回
String
configuration package name.