object Subscriptions
- Source
- Subscriptions.scala
- Alphabetic
- By Inheritance
- Subscriptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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 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