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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val adoptInterval: Duration
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val deleteInterval: Duration
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val evictInterval: Duration
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isOffsetTableDefined: Boolean
  15. val keepNumberOfEntries: Int
  16. val logDbCallsExceeding: FiniteDuration
  17. val managementTable: String
  18. val managementTableWithSchema: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. val offsetBatchSize: Int
  23. val offsetTable: String
  24. val offsetTableWithSchema: String
  25. val schema: Option[String]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val timeWindow: Duration
  28. val timestampOffsetTable: String
  29. val timestampOffsetTableWithSchema: String
  30. def toString(): String
    Definition Classes
    R2dbcProjectionSettings → AnyRef → Any
  31. val useConnectionFactory: String
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. val warnAboutFilteredEventsInFlow: Boolean
  36. def withAdoptInterval(adoptInterval: Duration): R2dbcProjectionSettings
  37. def withAdoptInterval(adoptInterval: FiniteDuration): R2dbcProjectionSettings
  38. def withDeleteInterval(deleteInterval: Duration): R2dbcProjectionSettings
  39. def withDeleteInterval(deleteInterval: FiniteDuration): R2dbcProjectionSettings
  40. def withEvictInterval(evictInterval: Duration): R2dbcProjectionSettings
  41. def withEvictInterval(evictInterval: FiniteDuration): R2dbcProjectionSettings
  42. def withKeepNumberOfEntries(keepNumberOfEntries: Int): R2dbcProjectionSettings
  43. def withLogDbCallsExceeding(logDbCallsExceeding: Duration): R2dbcProjectionSettings
  44. def withLogDbCallsExceeding(logDbCallsExceeding: FiniteDuration): R2dbcProjectionSettings
  45. def withManagementTable(managementTable: String): R2dbcProjectionSettings
  46. def withOffsetBatchSize(offsetBatchSize: Int): R2dbcProjectionSettings
  47. def withOffsetTable(offsetTable: String): R2dbcProjectionSettings
  48. def withSchema(schema: String): R2dbcProjectionSettings
  49. def withTimeWindow(timeWindow: Duration): R2dbcProjectionSettings
  50. def withTimeWindow(timeWindow: FiniteDuration): R2dbcProjectionSettings
  51. def withTimestampOffsetTable(timestampOffsetTable: String): R2dbcProjectionSettings
  52. def withUseConnectionFactory(useConnectionFactory: String): R2dbcProjectionSettings
  53. def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): R2dbcProjectionSettings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped