Packages

final class R2dbcProjectionSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R2dbcProjectionSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val deleteInterval: Duration
  2. val evictInterval: Duration
  3. def isOffsetTableDefined: Boolean
  4. val keepNumberOfEntries: Int
  5. val logDbCallsExceeding: FiniteDuration
  6. val managementTable: String
  7. val managementTableWithSchema: String
  8. val offsetBatchSize: Int
  9. val offsetTable: String
  10. val offsetTableWithSchema: String
  11. val schema: Option[String]
  12. val timeWindow: Duration
  13. val timestampOffsetTable: String
  14. val timestampOffsetTableWithSchema: String
  15. def toString(): String
    Definition Classes
    R2dbcProjectionSettings → AnyRef → Any
  16. val useConnectionFactory: String
  17. val warnAboutFilteredEventsInFlow: Boolean
  18. def withDeleteInterval(deleteInterval: Duration): R2dbcProjectionSettings
  19. def withDeleteInterval(deleteInterval: FiniteDuration): R2dbcProjectionSettings
  20. def withEvictInterval(evictInterval: Duration): R2dbcProjectionSettings
  21. def withEvictInterval(evictInterval: FiniteDuration): R2dbcProjectionSettings
  22. def withKeepNumberOfEntries(keepNumberOfEntries: Int): R2dbcProjectionSettings
  23. def withLogDbCallsExceeding(logDbCallsExceeding: Duration): R2dbcProjectionSettings
  24. def withLogDbCallsExceeding(logDbCallsExceeding: FiniteDuration): R2dbcProjectionSettings
  25. def withManagementTable(managementTable: String): R2dbcProjectionSettings
  26. def withOffsetBatchSize(offsetBatchSize: Int): R2dbcProjectionSettings
  27. def withOffsetTable(offsetTable: String): R2dbcProjectionSettings
  28. def withSchema(schema: String): R2dbcProjectionSettings
  29. def withTimeWindow(timeWindow: Duration): R2dbcProjectionSettings
  30. def withTimeWindow(timeWindow: FiniteDuration): R2dbcProjectionSettings
  31. def withTimestampOffsetTable(timestampOffsetTable: String): R2dbcProjectionSettings
  32. def withUseConnectionFactory(useConnectionFactory: String): R2dbcProjectionSettings
  33. def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): R2dbcProjectionSettings