public interface SagaLockManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
claimLock(String sagaType,
String sagaId,
String target) |
void |
stashMessage(String sagaType,
String sagaId,
String target,
com.networknt.tram.message.common.Message message) |
Optional<com.networknt.tram.message.common.Message> |
unlock(String sagaId,
String target) |
Copyright © 2018. All rights reserved.