K
- the key type for aggregates, commands and eventsC
- base type of all commands for this aggregatepublic interface CommandSerdes<K,C>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<K> |
aggregateKey() |
org.apache.kafka.common.serialization.Serde<CommandId> |
commandId() |
org.apache.kafka.common.serialization.Serde<CommandRequest<K,C>> |
commandRequest() |
org.apache.kafka.common.serialization.Serde<CommandResponse<K>> |
commandResponse() |
org.apache.kafka.common.serialization.Serde<CommandId> commandId()
org.apache.kafka.common.serialization.Serde<K> aggregateKey()
org.apache.kafka.common.serialization.Serde<CommandRequest<K,C>> commandRequest()
org.apache.kafka.common.serialization.Serde<CommandResponse<K>> commandResponse()
Copyright © 2019. All rights reserved.