final class Settings extends AnyRef
- Source
- EventSourcedProducerQueue.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val cleanupUnusedAfter: FiniteDuration
- val deleteEvents: Boolean
- def getCleanupUnusedAfter(): Duration
Java API
- def getRestartMaxBackoff(): Duration
Java API
- val journalPluginId: String
- val keepNSnapshots: Int
- val restartMaxBackoff: FiniteDuration
- val snapshotEvery: Int
- val snapshotPluginId: String
- def toString(): String
- Definition Classes
- Settings → AnyRef → Any
- def withCleanupUnusedAfter(newCleanupUnusedAfter: Duration): Settings
Java API
- def withCleanupUnusedAfter(newCleanupUnusedAfter: FiniteDuration): Settings
Scala API
- def withDeleteEvents(newDeleteEvents: Boolean): Settings
- def withJournalPluginId(id: String): Settings
- def withKeepNSnapshots(newKeepNSnapshots: Int): Settings
- def withRestartMaxBackoff(newRestartMaxBackoff: Duration): Settings
Java API
- def withRestartMaxBackoff(newRestartMaxBackoff: FiniteDuration): Settings
Scala API
- def withSnapshotEvery(newSnapshotEvery: Int): Settings
- def withSnapshotPluginId(id: String): Settings