Package org.apache.pekko.routing
Class NoRouter
java.lang.Object
org.apache.pekko.routing.NoRouter
- All Implemented Interfaces:
Serializable,RouterConfig
- Direct Known Subclasses:
NoRouter$
Routing configuration that indicates no routing; this is also the default
value which hence overrides the merge strategy in order to accept values
from lower-precedence sources. The decision whether or not to create a
router is taken in the LocalActorRefProvider based on Props.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic RoutercreateRouter(ActorSystem system) abstract static booleanstatic NoRouter$Java API: get the singleton instancestatic inthashCode()static booleanstatic intstatic ObjectproductElement(int x$1) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic Propsstatic Stringstatic scala.Option<Props>routingLogicController(RoutingLogic routingLogic) static booleanstatic StringtoString()static voidverifyConfig(ActorPath path) static RouterConfigwithFallback(RouterConfig other) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.routing.RouterConfig
createRouter, createRouterActor, isManagementMessage, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
-
Constructor Details
-
NoRouter
public NoRouter()
-
-
Method Details
-
createRouter
-
routerDispatcher
-
withFallback
-
getInstance
Java API: get the singleton instance -
props
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
routingLogicController
-
isManagementMessage
-
stopRouterWhenAllRouteesRemoved
public static boolean stopRouterWhenAllRouteesRemoved() -
verifyConfig
-
equals
-
productElementName
-
productElementNames
-