public class LRAClient extends Object
Constructor and Description |
---|
LRAClient(LRASagaService sagaService) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
compensate(URL lra) |
CompletableFuture<Void> |
complete(URL lra) |
CompletableFuture<Void> |
join(URL lra,
LRASagaStep step) |
CompletableFuture<URL> |
newLRA() |
public LRAClient(LRASagaService sagaService)
public CompletableFuture<URL> newLRA()
public CompletableFuture<Void> join(URL lra, LRASagaStep step)
public CompletableFuture<Void> complete(URL lra)
public CompletableFuture<Void> compensate(URL lra)
Apache Camel