Class RemoteSettings.TransportSettings
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class RemoteSettings.TransportSettings
Constructors
| Edit this page View SourceTransportSettings(Config)
TBD
Declaration
public TransportSettings(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | TBD |
Properties
| Edit this page View SourceAdapters
TBD
Declaration
public IList<string> Adapters { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Config
TBD
Declaration
public Config Config { get; set; }
Property Value
Type | Description |
---|---|
Config |
TransportClass
TBD
Declaration
public string TransportClass { get; set; }
Property Value
Type | Description |
---|---|
string |