|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.routing.FromConfig akka.routing.FromConfig$
public class FromConfig$
Router configuration which has no default, i.e. external configuration is required.
Field Summary | |
---|---|
static FromConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
FromConfig$()
|
Method Summary | |
---|---|
FromConfig |
apply(scala.Option<Resizer> resizer,
SupervisorStrategy supervisorStrategy,
java.lang.String routerDispatcher)
|
FromConfig$ |
getInstance()
Java API: get the singleton instance |
scala.Option<java.lang.String> |
unapply(FromConfig fc)
|
Methods inherited from class akka.routing.FromConfig |
---|
createRouter, createRouterActor, nrOfInstances, props, resizer, routerDispatcher, supervisorStrategy, verifyConfig, withDispatcher, withResizer, withSupervisorStrategy |
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.Pool |
---|
enrichWithPoolDispatcher, newRoutee, props, stopRouterWhenAllRouteesRemoved, usePoolDispatcher |
Methods inherited from interface akka.routing.RouterConfig |
---|
isManagementMessage, routingLogicController, withFallback |
Field Detail |
---|
public static final FromConfig$ MODULE$
Constructor Detail |
---|
public FromConfig$()
Method Detail |
---|
public FromConfig$ getInstance()
getInstance
in class FromConfig
public final FromConfig apply(scala.Option<Resizer> resizer, SupervisorStrategy supervisorStrategy, java.lang.String routerDispatcher)
apply
in class FromConfig
public final scala.Option<java.lang.String> unapply(FromConfig fc)
unapply
in class FromConfig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |