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 SagaClientSerdes<A>
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<SagaRequest<A>> |
request()
Serde for the saga request.
|
org.apache.kafka.common.serialization.Serde<SagaResponse> |
response()
Serde for the saga response.
|
org.apache.kafka.common.serialization.Serde<SagaId> |
sagaId()
Serde for the saga id.
|
org.apache.kafka.common.serialization.Serde<SagaId> sagaId()
org.apache.kafka.common.serialization.Serde<SagaRequest<A>> request()
org.apache.kafka.common.serialization.Serde<SagaResponse> response()
Copyright © 2019. All rights reserved.