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 ActionSpec<A> extends Object
Modifier and Type | Field and Description |
---|---|
ActionSerdes<A> |
serdes
The Serdes.
|
Constructor and Description |
---|
ActionSpec() |
public final ActionSerdes<A> serdes
Copyright © 2019. All rights reserved.