| Package | Description |
|---|---|
| io.simplesource.saga.model.messages | |
| io.simplesource.saga.model.serdes | |
| io.simplesource.saga.saga.app |
| Modifier and Type | Class and Description |
|---|---|
static class |
SagaStateTransition.SagaActionStateChanged<A>
A transition representing state changes of a Saga caused by updates to state of an action
|
static class |
SagaStateTransition.SagaStatusChanged<A>
A transition representing state changes of a Saga caused by updating a sagas status
|
static class |
SagaStateTransition.SetInitialState<A>
A transition for setting the initial state of the Saga
|
static class |
SagaStateTransition.TransitionList<A>
A transition representing multiple state changes to a saga
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.kafka.common.serialization.Serde<SagaStateTransition<A>> |
SagaSerdes.transition()
Serde for the saga state transitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetryPublisher.send(String topic,
SagaId key,
SagaStateTransition<A> value) |
Copyright © 2019. All rights reserved.