Settings Class |
Namespace: Akka.Actor
The Settings type exposes the following members.
Name | Description | |
---|---|---|
AddLoggingReceive |
Gets a value indicating whether [add logging receive].
| |
AskTimeout |
Gets the default timeout for Ask(ICanTell, Object, NullableTimeSpan) calls.
| |
Config |
Gets the configuration.
| |
ConfigVersion |
Gets the configuration version.
| |
CreationTimeout |
Gets the creation timeout.
| |
DebugAutoReceive |
Gets a value indicating whether [debug automatic receive].
| |
DebugEventStream |
Gets a value indicating whether [debug event stream].
| |
DebugLifecycle |
Gets a value indicating whether [debug lifecycle].
| |
DebugRouterMisconfiguration |
Gets a value indicating whether [debug router misconfiguration].
| |
DebugUnhandledMessage |
Gets a value indicating whether [debug unhandled message].
| |
DefaultVirtualNodesFactor |
The number of default virtual nodes to use with ConsistentHashingRoutingLogic.
| |
FsmDebugEvent |
TBD
| |
Home |
Gets the home.
| |
LogConfigOnStart |
Gets a value indicating whether [log configuration on start].
| |
LogDeadLetters |
Gets the log dead letters.
| |
LogDeadLettersDuringShutdown |
Gets a value indicating whether [log dead letters during shutdown].
| |
Loggers |
Gets the loggers.
| |
LoggersDispatcher |
Gets the default loggers dispatcher.
| |
LoggerStartTimeout |
Gets the logger start timeout.
| |
LogLevel |
Gets the log level.
| |
ProviderClass |
Gets the provider class.
| |
SchedulerClass |
Gets the scheduler implementation used by this system.
| |
SchedulerShutdownTimeout |
TBD
| |
SerializeAllCreators |
Gets a value indicating whether [serialize all creators].
| |
SerializeAllMessages |
Gets a value indicating whether [serialize all messages].
| |
StdoutLogLevel |
Gets the stdout log level.
| |
SupervisorStrategyClass |
Gets the supervisor strategy class.
| |
System |
Gets the system.
| |
UnstartedPushTimeout |
Gets the unstarted push timeout.
|
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.) | |
InjectTopLevelFallback |
Injects a system config at the top of the fallback chain
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
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.) |