K
- the key type for aggregates, commands and eventsC
- base type of all commands for this aggregateE
- base type of all events generated for this aggregateA
- the aggregate aggregate_updatepublic interface AggregateSerdes<K,C,E,A> extends CommandSerdes<K,C>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<AggregateUpdate<A>> |
aggregateUpdate() |
org.apache.kafka.common.serialization.Serde<ValueWithSequence<E>> |
valueWithSequence() |
aggregateKey, commandId, commandRequest, commandResponse
org.apache.kafka.common.serialization.Serde<ValueWithSequence<E>> valueWithSequence()
org.apache.kafka.common.serialization.Serde<AggregateUpdate<A>> aggregateUpdate()
Copyright © 2019. All rights reserved.