| Package | Description |
|---|---|
| io.simplesource.kafka.api | |
| io.simplesource.kafka.dsl | |
| io.simplesource.kafka.serialization.avro | |
| io.simplesource.kafka.serialization.json |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateSerdes<K,C,E,A>
Responsible for providing the mechanism for reading and writing to Kafka from the Simple Sourcing
Kafka Streams application when using the given serialization class.
|
| Modifier and Type | Method and Description |
|---|---|
CommandApiBuilder<K,C> |
CommandApiBuilder.withSerdes(CommandSerdes<K,C> commandSerdes) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroAggregateSerdes<K,C,E,A> |
class |
AvroCommandSerdes<K,C> |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonAggregateSerdes<K,C,E,A> |
class |
JsonCommandSerdes<K,C> |
Copyright © 2019. All rights reserved.