Package com.networknt.saga.orchestration
Class AggregateInstanceSubscriptionsDAOImpl
- java.lang.Object
-
- com.networknt.saga.orchestration.AggregateInstanceSubscriptionsDAOImpl
-
- All Implemented Interfaces:
AggregateInstanceSubscriptionsDAO
public class AggregateInstanceSubscriptionsDAOImpl extends Object implements AggregateInstanceSubscriptionsDAO
-
-
Constructor Summary
Constructors Constructor Description AggregateInstanceSubscriptionsDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SagaTypeAndId>findSagas(String aggregateType, String aggregateId, String eventType)voidupdate(String sagaType, String sagaId, List<EventClassAndAggregateId> eventHandlers)
-
-
-
Method Detail
-
update
public void update(String sagaType, String sagaId, List<EventClassAndAggregateId> eventHandlers)
- Specified by:
updatein interfaceAggregateInstanceSubscriptionsDAO
-
findSagas
public List<SagaTypeAndId> findSagas(String aggregateType, String aggregateId, String eventType)
- Specified by:
findSagasin interfaceAggregateInstanceSubscriptionsDAO
-
-