Class

io.scalajs.npm.kafkanode

HighLevelConsumerExtensions

Related Doc: package kafkanode

Permalink

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)

    Permalink

    consumer

    the given consumer

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def addTopicsFuture(topics: String): Future[Any]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.addTopics()

  5. def addTopicsFuture(topics: String, fromOffset: Boolean): Future[Any]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.addTopics()

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def closeFuture(force: Boolean): Future[Unit]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.close()

  8. def closeFuture: Future[Unit]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.close()

  9. def commitFuture[A]: Future[A]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.commit()

  10. val consumer: HighLevelConsumer

    Permalink

    the given consumer

  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def onError(callback: Function): consumer.type

    Permalink

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

    See also

    HighLevelConsumer.on()

  14. def onMessage(callback: Function): consumer.type

    Permalink

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

    See also

    HighLevelConsumer.on()

  15. def onOffsetOutOfRange(callback: Function): consumer.type

    Permalink

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

    See also

    HighLevelConsumer.on()

  16. def removeTopicsFuture(topics: Array[String]): Future[Boolean]

    Permalink

    Annotations
    @inline()
    See also

    HighLevelConsumer.removeTopics()

  17. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped