public interface AggregateInstanceSubscriptionsDAO
| Modifier and Type | Method and Description |
|---|---|
List<SagaTypeAndId> |
findSagas(String aggregateType,
String aggregateId,
String eventType) |
void |
update(String sagaType,
String sagaId,
List<EventClassAndAggregateId> eventHandlers) |
void update(String sagaType, String sagaId, List<EventClassAndAggregateId> eventHandlers)
List<SagaTypeAndId> findSagas(String aggregateType, String aggregateId, String eventType)
Copyright © 2018. All rights reserved.