public class EventToPublish extends Object
| Constructor and Description |
|---|
EventToPublish(Class aggregateType,
String aggregateId,
List<com.networknt.tram.event.common.DomainEvent> domainEvents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregateId() |
Class |
getAggregateType() |
List<com.networknt.tram.event.common.DomainEvent> |
getDomainEvents() |
Copyright © 2018. All rights reserved.