| DeployWithFallback Method |
Creates a new
Deploy from this deployment using another
Deploy
to backfill options that might be missing from this deployment.
Note |
---|
This method is immutable and returns a new instance of Deploy.
|
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Deploy WithFallback(
Deploy other
)
member WithFallback :
other : Deploy -> Deploy
Parameters
- other
- Type: Akka.ActorDeploy
The Deploy used for fallback configuration.
Return Value
Type:
DeployA new
Deploy using
other for fallback configuration.
See Also