public class NoRouter$ extends NoRouter implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static NoRouter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
NoRouter$() |
| Modifier and Type | Method and Description |
|---|---|
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproductArity, productElement, productIterator, productPrefixisManagementMessage, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfigpublic static final NoRouter$ MODULE$
public Router createRouter(ActorSystem system)
RouterConfigcreateRouter in interface RouterConfigcreateRouter in class NoRoutersystem - the ActorSystem this router belongs topublic java.lang.String routerDispatcher()
RouterConfigrouterDispatcher in interface RouterConfigrouterDispatcher in class NoRouterpublic RouterConfig withFallback(RouterConfig other)
RouterConfigthis (i.e. no merge).withFallback in interface RouterConfigwithFallback in class NoRouterpublic NoRouter$ getInstance()
getInstance in class NoRouter