object Subscriptions
- Source
- Subscriptions.scala
- Alphabetic
- By Inheritance
- Subscriptions
- AnyRef
- Any
- Hide All
- Show All
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assignment(tps: Set[TopicPartition]): ManualSubscription
JAVA API Manually assign given topics and partitions
- def assignment(tps: TopicPartition*): ManualSubscription
JAVA API Manually assign given topics and partitions
JAVA API Manually assign given topics and partitions
- Annotations
- @varargs()
- def assignment(tps: Set[TopicPartition]): ManualSubscription
Manually assign given topics and partitions
- def assignmentOffsetsForTimes(tp: TopicPartition, timestamp: Long): ManualSubscription
Manually assign given topics and partitions with timestamps
- def assignmentOffsetsForTimes(tps: Map[TopicPartition, Long]): ManualSubscription
JAVA API Manually assign given topics and partitions with timestamps
- def assignmentOffsetsForTimes(tps: (TopicPartition, Long)*): ManualSubscription
Manually assign given topics and partitions with timestamps
- def assignmentOffsetsForTimes(tps: Map[TopicPartition, Long]): ManualSubscription
Manually assign given topics and partitions with timestamps
- def assignmentWithOffset(tp: TopicPartition, offset: Long): ManualSubscription
Manually assign given topics and partitions with offsets
- def assignmentWithOffset(tps: Map[TopicPartition, Long]): ManualSubscription
JAVA API Manually assign given topics and partitions with offsets
- def assignmentWithOffset(tps: (TopicPartition, Long)*): ManualSubscription
Manually assign given topics and partitions with offsets
- def assignmentWithOffset(tps: Map[TopicPartition, Long]): ManualSubscription
Manually assign given topics and partitions with offsets
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topicPattern(pattern: String): AutoSubscription
Creates subscription for given topics pattern
- def topics(ts: Set[String]): AutoSubscription
JAVA API Creates subscription for given set of topics
- def topics(ts: String*): AutoSubscription
JAVA API Creates subscription for given set of topics
JAVA API Creates subscription for given set of topics
- Annotations
- @varargs()
- def topics(ts: Set[String]): AutoSubscription
Creates subscription for given set of topics
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()