final class R2dbcProjectionSettings extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- R2dbcProjectionSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acceptWhenPreviousTimestampBefore: Option[Instant]
- val adoptInterval: Duration
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backtrackingWindow: Duration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val customConnectionFactory: Option[ConnectionFactory]
- val deleteAfter: Duration
- val deleteInterval: Duration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOffsetTableDefined: Boolean
- val logDbCallsExceeding: FiniteDuration
- val managementTable: String
- val managementTableWithSchema: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val offsetBatchSize: Int
- val offsetSliceReadLimit: Int
- val offsetSliceReadParallelism: Int
- val offsetTable: String
- val offsetTableWithSchema: String
- val replayOnRejectedSequenceNumbers: Boolean
- val schema: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeWindow: Duration
- val timestampOffsetTable: String
- val timestampOffsetTableWithSchema: String
- def toString(): String
- Definition Classes
- R2dbcProjectionSettings → AnyRef → Any
- val useConnectionFactory: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- 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