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