public class EmptyDeploymentConfig$ extends DeploymentConfig implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static EmptyDeploymentConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
EmptyDeploymentConfig$() |
| Modifier and Type | Method and Description |
|---|---|
scala.runtime.Nothing$ |
next() |
DeploymentConfig |
withNext(DeploymentConfig next)
Create a copy of this DeploymentConfig node with its
next reference
replaced by the given object. |
allOf, filterNot, firstOrElse, withDispatcherDefault, withDispatcherFromConfig, withDispatcherFromExecutionContext, withDispatcherFromExecutor, withMailboxCapacityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final EmptyDeploymentConfig$ MODULE$
public scala.runtime.Nothing$ next()
public DeploymentConfig withNext(DeploymentConfig next)
DeploymentConfignext reference
replaced by the given object. This does NOT append the given list
of configuration nodes to the current list!withNext in class DeploymentConfignext - (undocumented)