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 SagaSpec<A> extends Object
Modifier and Type | Field and Description |
---|---|
io.simplesource.kafka.spec.WindowSpec |
responseWindow
Represents the response window for the Saga API.
|
SagaSerdes<A> |
serdes
The serdes required for all the saga coordinator topics (request and response as well as state and state transition topics).
|
Constructor and Description |
---|
SagaSpec() |
public final SagaSerdes<A> serdes
public final io.simplesource.kafka.spec.WindowSpec responseWindow
SagaAPI
Copyright © 2019. All rights reserved.