final class R2dbcProjectionSettings extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- R2dbcProjectionSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val acceptWhenPreviousTimestampBefore: Option[Instant]
- val adoptInterval: Duration
- val backtrackingWindow: Duration
- val customConnectionFactory: Option[ConnectionFactory]
- val deleteAfter: Duration
- val deleteInterval: Duration
- def isOffsetTableDefined: Boolean
- val logDbCallsExceeding: FiniteDuration
- val managementTable: String
- val managementTableWithSchema: String
- val offsetBatchSize: Int
- val offsetSliceReadLimit: Int
- val offsetSliceReadParallelism: Int
- val offsetTable: String
- val offsetTableWithSchema: String
- val replayOnRejectedSequenceNumbers: Boolean
- val schema: Option[String]
- val timeWindow: Duration
- val timestampOffsetTable: String
- val timestampOffsetTableWithSchema: String
- def toString(): String
- Definition Classes
- R2dbcProjectionSettings → AnyRef → Any
- val useConnectionFactory: String
- val warnAboutFilteredEventsInFlow: Boolean
- def withAcceptWhenPreviousTimestampBefore(acceptWhenPreviousTimestampBefore: Instant): R2dbcProjectionSettings
- def withAdoptInterval(adoptInterval: Duration): R2dbcProjectionSettings
- def withAdoptInterval(adoptInterval: FiniteDuration): R2dbcProjectionSettings
- def withBacktrackingWindow(backtrackingWindow: Duration): R2dbcProjectionSettings
- def withBacktrackingWindow(backtrackingWindow: FiniteDuration): R2dbcProjectionSettings
- def withCustomConnectionFactory(customConnectionFactory: ConnectionFactory): R2dbcProjectionSettings
- def withDeleteAfter(deleteAfter: Duration): R2dbcProjectionSettings
- def withDeleteAfter(deleteAfter: FiniteDuration): R2dbcProjectionSettings
- def withDeleteInterval(deleteInterval: Duration): R2dbcProjectionSettings
- def withDeleteInterval(deleteInterval: FiniteDuration): R2dbcProjectionSettings
- def withLogDbCallsExceeding(logDbCallsExceeding: Duration): R2dbcProjectionSettings
- def withLogDbCallsExceeding(logDbCallsExceeding: FiniteDuration): R2dbcProjectionSettings
- def withManagementTable(managementTable: String): R2dbcProjectionSettings
- def withOffsetBatchSize(offsetBatchSize: Int): R2dbcProjectionSettings
- def withOffsetSliceReadLimit(offsetSliceReadLimit: Int): R2dbcProjectionSettings
- def withOffsetSliceReadParallelism(offsetSliceReadParallelism: Int): R2dbcProjectionSettings
- def withOffsetTable(offsetTable: String): R2dbcProjectionSettings
- def withReplayOnRejectedSequenceNumbers(replayOnRejectedSequenceNumbers: Boolean): R2dbcProjectionSettings
- def withSchema(schema: String): R2dbcProjectionSettings
- def withTimeWindow(timeWindow: Duration): R2dbcProjectionSettings
- def withTimeWindow(timeWindow: FiniteDuration): R2dbcProjectionSettings
- def withTimestampOffsetTable(timestampOffsetTable: String): R2dbcProjectionSettings
- def withUseConnectionFactory(useConnectionFactory: String): R2dbcProjectionSettings
- def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): R2dbcProjectionSettings
Deprecated Value Members
- val evictInterval: Duration
- Annotations
- @deprecated
- Deprecated
(Since version 1.6.6) Not used, evict is not periodic
- val keepNumberOfEntries: Int
- Annotations
- @deprecated
- Deprecated
(Since version 1.6.6) Not used, evict is only based on time window
- def withEvictInterval(evictInterval: Duration): R2dbcProjectionSettings
- Annotations
- @deprecated
- Deprecated
(Since version 1.6.6) Not used, evict is not periodic
- def withEvictInterval(evictInterval: FiniteDuration): R2dbcProjectionSettings
- Annotations
- @deprecated
- Deprecated
(Since version 1.6.6) Not used, evict is not periodic
- def withKeepNumberOfEntries(keepNumberOfEntries: Int): R2dbcProjectionSettings
- Annotations
- @deprecated
- Deprecated
(Since version 1.6.6) Not used, evict is only based on time window