A
- a representation of an action command that is shared across all actions in the saga. This is typically a generic type, such as Json, or if using Avro serialization, SpecificRecord or GenericRecordpublic interface SagaSerdes<A> extends SagaClientSerdes<A>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<Saga<A>> |
state()
Serde for the saga state.
|
org.apache.kafka.common.serialization.Serde<SagaStateTransition<A>> |
transition()
Serde for the saga state transitions.
|
request, response, sagaId
org.apache.kafka.common.serialization.Serde<Saga<A>> state()
org.apache.kafka.common.serialization.Serde<SagaStateTransition<A>> transition()
Copyright © 2019. All rights reserved.