Class RemoteSettings
This class represents configuration information used when setting up remoting.
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class RemoteSettings
Constructors
| Improve this Doc View SourceRemoteSettings(Config)
Initializes a new instance of the RemoteSettings class.
Declaration
public RemoteSettings(Config config)
Parameters
Type | Name | Description |
---|---|---|
Config | config | The configuration to use when setting up remoting. |
Fields
| Improve this Doc View SourceAkkaScheme
Used for augmenting outbound messages with the Akka scheme
Declaration
public static readonly string AkkaScheme
Field Value
Type | Description |
---|---|
String |
Properties
| Improve this Doc View SourceAdapters
TBD
Declaration
public IDictionary<string, string> Adapters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
BackoffPeriod
TBD
Declaration
public TimeSpan BackoffPeriod { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
CommandAckTimeout
TBD
Declaration
public TimeSpan CommandAckTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Config
TBD
Declaration
public Config Config { get; }
Property Value
Type | Description |
---|---|
Config |
Dispatcher
TBD
Declaration
public string Dispatcher { get; set; }
Property Value
Type | Description |
---|---|
String |
FlushWait
TBD
Declaration
public TimeSpan FlushWait { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
InitialSysMsgDeliveryTimeout
TBD
Declaration
public TimeSpan InitialSysMsgDeliveryTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
LogBufferSizeExceeding
TBD
Declaration
public int LogBufferSizeExceeding { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
LogReceive
TBD
Declaration
public bool LogReceive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LogSend
TBD
Declaration
public bool LogSend { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
QuarantineDuration
TBD
Declaration
public TimeSpan? QuarantineDuration { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |
QuarantineSilentSystemTimeout
TBD
Declaration
public TimeSpan QuarantineSilentSystemTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
RemoteLifecycleEventsLogLevel
TBD
Declaration
public string RemoteLifecycleEventsLogLevel { get; set; }
Property Value
Type | Description |
---|---|
String |
RetryGateClosedFor
TBD
Declaration
public TimeSpan RetryGateClosedFor { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
ShutdownTimeout
TBD
Declaration
public TimeSpan ShutdownTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StartupTimeout
TBD
Declaration
public TimeSpan StartupTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
SysMsgAckTimeout
TBD
Declaration
public TimeSpan SysMsgAckTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
SysMsgBufferSize
TBD
Declaration
public int SysMsgBufferSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SysResendLimit
TBD
Declaration
public int SysResendLimit { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SysResendTimeout
TBD
Declaration
public TimeSpan SysResendTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
TransportNames
TBD
Declaration
public IList<string> TransportNames { get; set; }
Property Value
Type | Description |
---|---|
IList<String> |
Transports
TBD
Declaration
public RemoteSettings.TransportSettings[] Transports { get; set; }
Property Value
Type | Description |
---|---|
RemoteSettings.TransportSettings[] |
TrustedSelectionPaths
TBD
Declaration
public HashSet<string> TrustedSelectionPaths { get; set; }
Property Value
Type | Description |
---|---|
HashSet<String> |
UntrustedMode
TBD
Declaration
public bool UntrustedMode { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
UsePassiveConnections
TBD
Declaration
public bool UsePassiveConnections { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
WatchFailureDetectorConfig
TBD
Declaration
public Config WatchFailureDetectorConfig { get; set; }
Property Value
Type | Description |
---|---|
Config |
WatchFailureDetectorImplementationClass
TBD
Declaration
public string WatchFailureDetectorImplementationClass { get; set; }
Property Value
Type | Description |
---|---|
String |
WatchHeartbeatExpectedResponseAfter
TBD
Declaration
public TimeSpan WatchHeartbeatExpectedResponseAfter { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
WatchHeartBeatInterval
TBD
Declaration
public TimeSpan WatchHeartBeatInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
WatchUnreachableReaperInterval
TBD
Declaration
public TimeSpan WatchUnreachableReaperInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Methods
| Improve this Doc View SourceConfigureDispatcher(Props)
TBD
Declaration
public Props ConfigureDispatcher(Props props)
Parameters
Type | Name | Description |
---|---|---|
Props | props | TBD |
Returns
Type | Description |
---|---|
Props | TBD |