| Package | Description |
|---|---|
| io.simplesource.saga.client.api | |
| io.simplesource.saga.model.api | |
| io.simplesource.saga.model.serdes |
| Modifier and Type | Method and Description |
|---|---|
io.simplesource.data.FutureResult<SagaError,SagaId> |
KafkaSagaAPI.submitSaga(SagaRequest<A> request) |
| Modifier and Type | Method and Description |
|---|---|
io.simplesource.data.FutureResult<SagaError,SagaId> |
SagaAPI.submitSaga(SagaRequest<A> request)
Initiates a saga.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.kafka.common.serialization.Serde<SagaRequest<A>> |
SagaClientSerdes.request()
Serde for the saga request.
|
Copyright © 2019. All rights reserved.