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 adoptInterval: Duration
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val deleteInterval: Duration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val evictInterval: Duration
- 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 keepNumberOfEntries: Int
- 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 offsetTable: String
- val offsetTableWithSchema: String
- 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 withAdoptInterval(adoptInterval: Duration): R2dbcProjectionSettings
- def withAdoptInterval(adoptInterval: FiniteDuration): R2dbcProjectionSettings
- 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