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 deleteInterval: Duration
- val evictInterval: Duration
- def isOffsetTableDefined: Boolean
- val keepNumberOfEntries: Int
- val logDbCallsExceeding: FiniteDuration
- val managementTable: String
- val managementTableWithSchema: String
- val offsetBatchSize: Int
- val offsetTable: String
- val offsetTableWithSchema: String
- 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 withDeleteInterval(deleteInterval: Duration): R2dbcProjectionSettings
- def withDeleteInterval(deleteInterval: FiniteDuration): R2dbcProjectionSettings
- def withEvictInterval(evictInterval: Duration): R2dbcProjectionSettings
- def withEvictInterval(evictInterval: FiniteDuration): R2dbcProjectionSettings
- def withKeepNumberOfEntries(keepNumberOfEntries: Int): R2dbcProjectionSettings
- def withLogDbCallsExceeding(logDbCallsExceeding: Duration): R2dbcProjectionSettings
- def withLogDbCallsExceeding(logDbCallsExceeding: FiniteDuration): R2dbcProjectionSettings
- def withManagementTable(managementTable: String): R2dbcProjectionSettings
- def withOffsetBatchSize(offsetBatchSize: Int): R2dbcProjectionSettings
- def withOffsetTable(offsetTable: String): 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