c

io.scalajs.npm.kafkanode

HighLevelConsumerExtensions

implicit final class HighLevelConsumerExtensions extends AnyVal

High Level Consumer Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighLevelConsumerExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HighLevelConsumerExtensions(consumer: HighLevelConsumer)

    consumer

    the given consumer

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def addTopicsAsync(topics: String): Promise[Any]

    See also

    HighLevelConsumer.addTopics()

  5. def addTopicsAsync(topics: String, fromOffset: Boolean): Promise[Any]

    See also

    HighLevelConsumer.addTopics()

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def closeAsync(force: Boolean): Promise[Any]

    See also

    HighLevelConsumer.close()

  8. def closeAsync: Promise[Any]

    See also

    HighLevelConsumer.close()

  9. def commitAsync[T <: Any]: Promise[T]

    See also

    HighLevelConsumer.commit()

  10. val consumer: HighLevelConsumer
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def onError(callback: Function): HighLevelConsumer

    Example:
    1. consumer.on('error', function (message) {})

    See also

    HighLevelConsumer.on()

  14. def onMessage(callback: Function): HighLevelConsumer

    Example:
    1. consumer.on('message', function (message) {})

    See also

    HighLevelConsumer.on()

  15. def onOffsetOutOfRange(callback: Function): HighLevelConsumer

    Example:
    1. on('offsetOutOfRange', function (err) {})

    See also

    HighLevelConsumer.on()

  16. def removeTopicsAsync(topics: Array[String]): Promise[Boolean]

    See also

    HighLevelConsumer.removeTopics()

  17. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped