akka.routing
Class GroupBase

java.lang.Object
  extended by 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 router Group

See Also:
Serialized Form

Constructor Summary
GroupBase()
           
 
Method Summary
abstract  java.lang.Iterable<java.lang.String> getPaths()
           
 scala.collection.immutable.Iterable<java.lang.String> paths()
           
 
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
 

Constructor Detail

GroupBase

public GroupBase()
Method Detail

getPaths

public abstract java.lang.Iterable<java.lang.String> getPaths()

paths

public final scala.collection.immutable.Iterable<java.lang.String> paths()
Specified by:
paths in interface Group