|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.routing.NoRouter
akka.routing.NoRouter$
public class NoRouter$
Field Summary | |
---|---|
static NoRouter$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
NoRouter$()
|
Method Summary | |
---|---|
Router |
createRouter(ActorSystem system)
Create the actual router, responsible for routing messages to routees. |
NoRouter$ |
getInstance()
Java API: get the singleton instance |
Props |
props(Props routeeProps)
|
java.lang.String |
routerDispatcher()
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages |
RouterConfig |
withFallback(RouterConfig other)
Overridable merge strategy, by default completely prefers this (i.e. no merge). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Methods inherited from interface akka.routing.RouterConfig |
---|
isManagementMessage, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig |
Field Detail |
---|
public static final NoRouter$ MODULE$
Constructor Detail |
---|
public NoRouter$()
Method Detail |
---|
public Router createRouter(ActorSystem system)
RouterConfig
createRouter
in interface RouterConfig
createRouter
in class NoRouter
system
- the ActorSystem this router belongs topublic java.lang.String routerDispatcher()
RouterConfig
routerDispatcher
in interface RouterConfig
routerDispatcher
in class NoRouter
public RouterConfig withFallback(RouterConfig other)
RouterConfig
this
(i.e. no merge).
withFallback
in interface RouterConfig
withFallback
in class NoRouter
public NoRouter$ getInstance()
getInstance
in class NoRouter
public Props props(Props routeeProps)
props
in class NoRouter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |