ox.kafka
package ox.kafka
Members list
Type members
Classlikes
case class ConsumerSettings[K, V](bootstrapServers: List[String], groupId: String, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V], autoCommit: Boolean, autoOffsetReset: Option[AutoOffsetReset], otherProperties: Map[String, String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ConsumerSettings
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConsumerSettings.type
object KafkaConsumerActor
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KafkaConsumerActor.type
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object KafkaDrain
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KafkaDrain.type
object KafkaSource
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KafkaSource.type
object KafkaStage
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KafkaStage.type
case class ProducerSettings[K, V](bootstrapServers: List[String], keySerializer: Serializer[K], valueSerializer: Serializer[V], otherProperties: Map[String, String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProducerSettings
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ProducerSettings.type
case class ReceivedMessage[K, V](consumer: Sink[KafkaConsumerRequest[K, V]], consumerRecord: ConsumerRecord[K, V])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SendPacket
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SendPacket.type
In this article