final class Settings extends AnyRef

Source
EventSourcedProducerQueue.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cleanupUnusedAfter: FiniteDuration
  2. val deleteEvents: Boolean
  3. def getCleanupUnusedAfter(): Duration

    Java API

  4. def getRestartMaxBackoff(): Duration

    Java API

  5. val journalPluginId: String
  6. val keepNSnapshots: Int
  7. val restartMaxBackoff: FiniteDuration
  8. val snapshotEvery: Int
  9. val snapshotPluginId: String
  10. def toString(): String
    Definition Classes
    Settings → AnyRef → Any
  11. def withCleanupUnusedAfter(newCleanupUnusedAfter: Duration): Settings

    Java API

  12. def withCleanupUnusedAfter(newCleanupUnusedAfter: FiniteDuration): Settings

    Scala API

  13. def withDeleteEvents(newDeleteEvents: Boolean): Settings
  14. def withJournalPluginId(id: String): Settings
  15. def withKeepNSnapshots(newKeepNSnapshots: Int): Settings
  16. def withRestartMaxBackoff(newRestartMaxBackoff: Duration): Settings

    Java API

  17. def withRestartMaxBackoff(newRestartMaxBackoff: FiniteDuration): Settings

    Scala API

  18. def withSnapshotEvery(newSnapshotEvery: Int): Settings
  19. def withSnapshotPluginId(id: String): Settings