Package akka.routing
Class GroupBase
- java.lang.Object
-
- akka.routing.GroupBase
-
- All Implemented Interfaces:
Group
,RouterConfig
,java.io.Serializable
public abstract class GroupBase extends java.lang.Object implements Group
Java API: Base class for custom routerGroup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Iterable<java.lang.String>
getPaths(ActorSystem system)
scala.collection.immutable.Iterable<java.lang.String>
paths(ActorSystem system)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.routing.Group
createRouterActor, props, routeeFor
-
Methods inherited from interface akka.routing.RouterConfig
createRouter, isManagementMessage, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
-
-
-
-
Method Detail
-
getPaths
public abstract java.lang.Iterable<java.lang.String> getPaths(ActorSystem system)
-
paths
public final scala.collection.immutable.Iterable<java.lang.String> paths(ActorSystem system)
-
-