Package com.networknt.saga.orchestration
Interface AggregateInstanceSubscriptionsDAO
-
- All Known Implementing Classes:
AggregateInstanceSubscriptionsDAOImpl
public interface AggregateInstanceSubscriptionsDAO
-
-
Method Summary
All Methods Instance Methods Abstract 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
void update(String sagaType, String sagaId, List<EventClassAndAggregateId> eventHandlers)
-
findSagas
List<SagaTypeAndId> findSagas(String aggregateType, String aggregateId, String eventType)
-
-