o

akka.kafka

Subscriptions

object Subscriptions

Source
Subscriptions.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Subscriptions
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assignment(tps: Set[TopicPartition]): ManualSubscription

    JAVA API Manually assign given topics and partitions

  6. def assignment(tps: TopicPartition*): ManualSubscription

    JAVA API Manually assign given topics and partitions

    JAVA API Manually assign given topics and partitions

    Annotations
    @varargs()
  7. def assignment(tps: Set[TopicPartition]): ManualSubscription

    Manually assign given topics and partitions

  8. def assignmentOffsetsForTimes(tp: TopicPartition, timestamp: Long): ManualSubscription

    Manually assign given topics and partitions with timestamps

  9. def assignmentOffsetsForTimes(tps: Map[TopicPartition, Long]): ManualSubscription

    JAVA API Manually assign given topics and partitions with timestamps

  10. def assignmentOffsetsForTimes(tps: (TopicPartition, Long)*): ManualSubscription

    Manually assign given topics and partitions with timestamps

  11. def assignmentOffsetsForTimes(tps: Map[TopicPartition, Long]): ManualSubscription

    Manually assign given topics and partitions with timestamps

  12. def assignmentWithOffset(tp: TopicPartition, offset: Long): ManualSubscription

    Manually assign given topics and partitions with offsets

  13. def assignmentWithOffset(tps: Map[TopicPartition, Long]): ManualSubscription

    JAVA API Manually assign given topics and partitions with offsets

  14. def assignmentWithOffset(tps: (TopicPartition, Long)*): ManualSubscription

    Manually assign given topics and partitions with offsets

  15. def assignmentWithOffset(tps: Map[TopicPartition, Long]): ManualSubscription

    Manually assign given topics and partitions with offsets

  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def topicPattern(pattern: String): AutoSubscription

    Creates subscription for given topics pattern

  29. def topics(ts: Set[String]): AutoSubscription

    JAVA API Creates subscription for given set of topics

  30. 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()
  31. def topics(ts: Set[String]): AutoSubscription

    Creates subscription for given set of topics

  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped