Package

com.featurefm.riversong

kafka

Permalink

package kafka

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

Type Members

  1. type ConsumerComittableMessageType = CommittableMessage[KeyType, ValueType]

    Permalink
  2. type ConsumerMessageAnyType = ConsumerRecord[KeyType, Try[AnyRef]]

    Permalink
  3. type ConsumerMessageType = ConsumerRecord[KeyType, ValueType]

    Permalink
  4. class KafkaConsumerService extends Instrumented with Configurable with HealthCheck

    Permalink
  5. class KafkaProducerService extends Instrumented with Configurable with InitBeforeUse with HealthCheckWithCritical

    Permalink
  6. type KeyType = String

    Permalink
  7. type ProducerMsgType = Message[KeyType, ValueType, Promise[Long]]

    Permalink
  8. type ProducerResultType = Result[KeyType, ValueType, Promise[Long]]

    Permalink
  9. type ValueType = Array[Byte]

    Permalink

Value Members

  1. object KafkaConsumerService

    Permalink
  2. object KafkaService

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped