public abstract class NoRouter extends java.lang.Object implements RouterConfig
Constructor and Description |
---|
NoRouter() |
Modifier and Type | Method and Description |
---|---|
static Router |
createRouter(ActorSystem system) |
static NoRouter$ |
getInstance()
Java API: get the singleton instance
|
static Props |
props(Props routeeProps) |
static java.lang.String |
routerDispatcher() |
static RouterConfig |
withFallback(RouterConfig other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createRouter, createRouterActor, isManagementMessage, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
public static Router createRouter(ActorSystem system)
public static java.lang.String routerDispatcher()
public static RouterConfig withFallback(RouterConfig other)
public static NoRouter$ getInstance()