Package org.apache.pekko.routing
Class NoRouter$
- java.lang.Object
- 
- org.apache.pekko.routing.NoRouter
- 
- org.apache.pekko.routing.NoRouter$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- RouterConfig,- scala.Equals,- scala.Product
 
 public class NoRouter$ extends NoRouter implements scala.Product, java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NoRouter$()
 - 
Method SummaryAll 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 org.apache.pekko.routing.NoRouterequals, isManagementMessage, productElementName, productElementNames, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.routing.RouterConfigcreateRouter, 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- 
createRouterpublic Router createRouter(ActorSystem system) - Overrides:
- createRouterin class- NoRouter
 
 - 
routerDispatcherpublic java.lang.String routerDispatcher() - Overrides:
- routerDispatcherin class- NoRouter
 
 - 
withFallbackpublic RouterConfig withFallback(RouterConfig other) - Overrides:
- withFallbackin class- NoRouter
 
 - 
getInstancepublic NoRouter$ getInstance() Java API: get the singleton instance- Overrides:
- getInstancein class- NoRouter
 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- NoRouter
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- NoRouter
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- NoRouter
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- NoRouter
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) 
 
- 
 
-