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