Class RemoteSettings.TransportSettings
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class TransportSettings
Constructors
| Improve this Doc View SourceTransportSettings(Config)
TBD
Declaration
public TransportSettings(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | TBD |
Properties
| Improve this Doc 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 |