public interface EnlistedAggregatesDao
| Modifier and Type | Method and Description |
|---|---|
Set<EnlistedAggregate> |
findEnlistedAggregates(String sagaId) |
Set<String> |
findSagas(Class aggregateType,
String aggregateId) |
void |
save(String sagaId,
Set<EnlistedAggregate> enlistedAggregates) |
void save(String sagaId, Set<EnlistedAggregate> enlistedAggregates)
Set<EnlistedAggregate> findEnlistedAggregates(String sagaId)
Copyright © 2018. All rights reserved.