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 adoptInterval: Duration
  2. val backtrackingWindow: Duration
  3. val customConnectionFactory: Option[ConnectionFactory]
  4. val deleteAfter: Duration
  5. val deleteInterval: Duration
  6. def isOffsetTableDefined: Boolean
  7. val logDbCallsExceeding: FiniteDuration
  8. val managementTable: String
  9. val managementTableWithSchema: String
  10. val offsetBatchSize: Int
  11. val offsetSliceReadLimit: Int
  12. val offsetSliceReadParallelism: Int
  13. val offsetTable: String
  14. val offsetTableWithSchema: String
  15. val replayOnRejectedSequenceNumbers: Boolean
  16. val schema: Option[String]
  17. val timeWindow: Duration
  18. val timestampOffsetTable: String
  19. val timestampOffsetTableWithSchema: String
  20. def toString(): String
    Definition Classes
    R2dbcProjectionSettings → AnyRef → Any
  21. val useConnectionFactory: String
  22. val warnAboutFilteredEventsInFlow: Boolean
  23. def withAdoptInterval(adoptInterval: Duration): R2dbcProjectionSettings
  24. def withAdoptInterval(adoptInterval: FiniteDuration): R2dbcProjectionSettings
  25. def withBacktrackingWindow(backtrackingWindow: Duration): R2dbcProjectionSettings
  26. def withBacktrackingWindow(backtrackingWindow: FiniteDuration): R2dbcProjectionSettings
  27. def withCustomConnectionFactory(customConnectionFactory: ConnectionFactory): R2dbcProjectionSettings
  28. def withDeleteAfter(deleteAfter: Duration): R2dbcProjectionSettings
  29. def withDeleteAfter(deleteAfter: FiniteDuration): R2dbcProjectionSettings
  30. def withDeleteInterval(deleteInterval: Duration): R2dbcProjectionSettings
  31. def withDeleteInterval(deleteInterval: FiniteDuration): R2dbcProjectionSettings
  32. def withLogDbCallsExceeding(logDbCallsExceeding: Duration): R2dbcProjectionSettings
  33. def withLogDbCallsExceeding(logDbCallsExceeding: FiniteDuration): R2dbcProjectionSettings
  34. def withManagementTable(managementTable: String): R2dbcProjectionSettings
  35. def withOffsetBatchSize(offsetBatchSize: Int): R2dbcProjectionSettings
  36. def withOffsetSliceReadLimit(offsetSliceReadLimit: Int): R2dbcProjectionSettings
  37. def withOffsetSliceReadParallelism(offsetSliceReadParallelism: Int): R2dbcProjectionSettings
  38. def withOffsetTable(offsetTable: String): R2dbcProjectionSettings
  39. def withReplayOnRejectedSequenceNumbers(replayOnRejectedSequenceNumbers: Boolean): R2dbcProjectionSettings
  40. def withSchema(schema: String): R2dbcProjectionSettings
  41. def withTimeWindow(timeWindow: Duration): R2dbcProjectionSettings
  42. def withTimeWindow(timeWindow: FiniteDuration): R2dbcProjectionSettings
  43. def withTimestampOffsetTable(timestampOffsetTable: String): R2dbcProjectionSettings
  44. def withUseConnectionFactory(useConnectionFactory: String): R2dbcProjectionSettings
  45. def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): R2dbcProjectionSettings

Deprecated Value Members

  1. val evictInterval: Duration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.6) Not used, evict is not periodic

  2. val keepNumberOfEntries: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.6) Not used, evict is only based on time window

  3. def withEvictInterval(evictInterval: Duration): R2dbcProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.6) Not used, evict is not periodic

  4. def withEvictInterval(evictInterval: FiniteDuration): R2dbcProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.6) Not used, evict is not periodic

  5. def withKeepNumberOfEntries(keepNumberOfEntries: Int): R2dbcProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.6) Not used, evict is only based on time window