public class FromConfig$ extends FromConfig implements scala.Product, scala.Serializable
Props
to mark the actor as externally configurable to be used with a router.
If a Props
is not wrapped with FromConfig
then the actor will ignore the router part of the deployment section
in the configuration.Modifier and Type | Field and Description |
---|---|
static FromConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
FromConfig$() |
Modifier and Type | Method and Description |
---|---|
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) |
createRouter, createRouterActor, enrichWithPoolDispatcher, isManagementMessage, newRoutee, nrOfInstances, props, resizer, routerDispatcher, routingLogicController, stopRouterWhenAllRouteesRemoved, supervisorStrategy, usePoolDispatcher, verifyConfig, withDispatcher, withFallback, withResizer, withSupervisorStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, productArity, productElement, productIterator, productPrefix
enrichWithPoolDispatcher, newRoutee, nrOfInstances, props, stopRouterWhenAllRouteesRemoved, usePoolDispatcher
isManagementMessage, routingLogicController, withFallback
public static final FromConfig$ MODULE$
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