Package akka.routing
Class NoRouter$
- java.lang.Object
-
- akka.routing.NoRouter
-
- akka.routing.NoRouter$
-
- All Implemented Interfaces:
RouterConfig,java.io.Serializable,scala.Equals,scala.Product
public class NoRouter$ extends NoRouter implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRouter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)RoutercreateRouter(ActorSystem system)NoRouter$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()Propsprops(Props routeeProps)java.lang.StringrouterDispatcher()java.lang.StringtoString()RouterConfigwithFallback(RouterConfig other)-
Methods inherited from class akka.routing.NoRouter
equals, isManagementMessage, productElementName, productElementNames, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.routing.RouterConfig
createRouter, createRouterActor, isManagementMessage, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
-
-
-
-
Field Detail
-
MODULE$
public static final NoRouter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createRouter
public Router createRouter(ActorSystem system)
- Overrides:
createRouterin classNoRouter
-
routerDispatcher
public java.lang.String routerDispatcher()
- Overrides:
routerDispatcherin classNoRouter
-
withFallback
public RouterConfig withFallback(RouterConfig other)
- Overrides:
withFallbackin classNoRouter
-
getInstance
public NoRouter$ getInstance()
Java API: get the singleton instance- Overrides:
getInstancein classNoRouter
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classNoRouter
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classNoRouter
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classNoRouter
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classNoRouter
-
canEqual
public boolean canEqual(java.lang.Object x$1)
-
-