Deploy Class |
Namespace: Akka.Actor
The Deploy type exposes the following members.
Name | Description | |
---|---|---|
Deploy |
Initializes a new instance of the Deploy class.
| |
Deploy(RouterConfig) |
Initializes a new instance of the Deploy class.
| |
Deploy(Scope) |
Initializes a new instance of the Deploy class.
| |
Deploy(String, Scope) |
Initializes a new instance of the Deploy class.
| |
Deploy(RouterConfig, Scope) |
Initializes a new instance of the Deploy class.
| |
Deploy(String, Config, RouterConfig, Scope, String) |
Initializes a new instance of the Deploy class.
| |
Deploy(String, Config, RouterConfig, Scope, String, String) |
Initializes a new instance of the Deploy class.
|
Name | Description | |
---|---|---|
Config |
The configuration used for this deployment.
| |
Dispatcher |
The dispatcher used in this deployment.
| |
Mailbox |
The mailbox configured for the actor used in this deployment.
| |
Path |
The path where the actor is deployed.
| |
RouterConfig |
The router used for this deployment.
| |
Scope |
The scope bound to this deployment.
|
Name | Description | |||
---|---|---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |||
Equals(Deploy) |
Indicates whether the current object is equal to another object of the same type.
| |||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |||
ToSurrogate |
Creates a surrogate representation of the current Deploy.
| |||
WithDispatcher |
Creates a new Deploy with a given dispatcher.
| |||
WithFallback |
Creates a new Deploy from this deployment using another Deploy
to backfill options that might be missing from this deployment.
| |||
WithMailbox |
Creates a new Deploy with a given mailbox.
| |||
WithRouterConfig |
Creates a new Deploy with a given RouterConfig.
| |||
WithScope |
Creates a new Deploy with a given Scope.
|
Name | Description | |
---|---|---|
Local |
A deployment configuration that is bound to the Local scope.
| |
NoDispatcherGiven |
This deployment does not have a dispatcher associated with it.
| |
NoMailboxGiven |
This deployment does not have a mailbox associated with it.
| |
None |
A deployment configuration where none of the options have been configured.
| |
NoScopeGiven |
This deployment has an unspecified scope associated with it.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |