public abstract class GroupBase extends java.lang.Object implements Group
Group| Constructor and Description |
|---|
GroupBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.String> |
getPaths()
Deprecated.
Implement getPaths with ActorSystem parameter instead. Since 2.4.
|
abstract java.lang.Iterable<java.lang.String> |
getPaths(ActorSystem system) |
scala.collection.immutable.Iterable<java.lang.String> |
paths()
Deprecated.
Use paths with ActorSystem parameter instead. Since 2.4.
|
scala.collection.immutable.Iterable<java.lang.String> |
paths(ActorSystem system) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateRouterActor, props, routeeForcreateRouter, isManagementMessage, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallbackpublic java.lang.Iterable<java.lang.String> getPaths()
public final scala.collection.immutable.Iterable<java.lang.String> paths()
public abstract java.lang.Iterable<java.lang.String> getPaths(ActorSystem system)
public final scala.collection.immutable.Iterable<java.lang.String> paths(ActorSystem system)