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,SagaResponse> |
KafkaSagaAPI.getSagaResponse(SagaId sagaId,
java.time.Duration timeout) |
Modifier and Type | Method and Description |
---|---|
io.simplesource.data.FutureResult<SagaError,SagaResponse> |
SagaAPI.getSagaResponse(SagaId sagaId,
java.time.Duration timeout)
Returns the result of the saga.
|
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.serialization.Serde<SagaResponse> |
SagaClientSerdes.response()
Serde for the saga response.
|
Copyright © 2019. All rights reserved.