public class AggregateInstanceSubscriptionsDAOImpl extends Object implements AggregateInstanceSubscriptionsDAO
| Constructor and Description |
|---|
AggregateInstanceSubscriptionsDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SagaTypeAndId> |
findSagas(String aggregateType,
String aggregateId,
String eventType) |
void |
update(String sagaType,
String sagaId,
List<EventClassAndAggregateId> eventHandlers) |
public AggregateInstanceSubscriptionsDAOImpl()
public void update(String sagaType, String sagaId, List<EventClassAndAggregateId> eventHandlers)
update in interface AggregateInstanceSubscriptionsDAOpublic List<SagaTypeAndId> findSagas(String aggregateType, String aggregateId, String eventType)
findSagas in interface AggregateInstanceSubscriptionsDAOCopyright © 2018. All rights reserved.