Package com.networknt.saga.orchestration
Class EnlistedAggregatesDaoImpl
- java.lang.Object
-
- com.networknt.saga.orchestration.EnlistedAggregatesDaoImpl
-
- All Implemented Interfaces:
EnlistedAggregatesDao
public class EnlistedAggregatesDaoImpl extends Object implements EnlistedAggregatesDao
-
-
Constructor Summary
Constructors Constructor Description EnlistedAggregatesDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<EnlistedAggregate>findEnlistedAggregates(String sagaId)Set<String>findSagas(Class aggregateType, String aggregateId)voidsave(String sagaId, Set<EnlistedAggregate> enlistedAggregates)
-
-
-
Method Detail
-
save
public void save(String sagaId, Set<EnlistedAggregate> enlistedAggregates)
- Specified by:
savein interfaceEnlistedAggregatesDao
-
findEnlistedAggregates
public Set<EnlistedAggregate> findEnlistedAggregates(String sagaId)
- Specified by:
findEnlistedAggregatesin interfaceEnlistedAggregatesDao
-
-