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 class SagaClientSpec<A> extends Object
Modifier and Type | Field and Description |
---|---|
SagaClientSerdes<A> |
serdes
The serdes required for all the saga request and response topics.
|
Constructor and Description |
---|
SagaClientSpec() |
public final SagaClientSerdes<A> serdes
Copyright © 2019. All rights reserved.