public class EventClassAndAggregateId extends Object
| Constructor and Description |
|---|
EventClassAndAggregateId(Class<com.networknt.tram.event.common.DomainEvent> eventClass,
Long aggregateId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAggregateId() |
Class<com.networknt.tram.event.common.DomainEvent> |
getEventClass() |
boolean |
isFor(String aggregateType,
long aggregateId,
String eventType) |
Copyright © 2018. All rights reserved.