public class FromConfig$ extends FromConfig implements scala.Product, scala.Serializable
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, nrOfInstances, props, resizer, routerDispatcher, supervisorStrategy, verifyConfig, withDispatcher, withResizer, withSupervisorStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
productArity, productElement, productIterator, productPrefix
defaultSupervisorStrategy, enrichWithPoolDispatcher, newRoutee, 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