RemoteTransport Class |
Namespace: Akka.Remote
The RemoteTransport type exposes the following members.
Name | Description | |
---|---|---|
RemoteTransport |
TBD
|
Name | Description | |
---|---|---|
Addresses |
Addresses to be used in RootActorPath of refs generated for this transport.
| |
DefaultAddress |
The default transport address of the ActorSystem.
This is the listen address of the default transport.
| |
Log |
A logger that can be used to log issues that may occur
| |
logRemoteLifeCycleEvents |
TBD
| |
Provider |
TBD
| |
System |
TBD
| |
UseUntrustedMode |
When true, some functionality will be turned off for security purposes
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.) | |
LocalAddressForRemote |
Resolves the correct local address to be used for contacting the given remote address
| |
ManagementCommand |
Sends a management command to the underlying transport stack. The call returns with a Task that
indicates if the command was handled successfully or dropped.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Quarantine |
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
| |
Send |
Sends the given message to the recipient, supplying sender if any.
| |
Shutdown |
Shuts down the remoting
| |
Start |
Start up the transport, i.e. enable incoming connections
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |