Package | Description |
---|---|
com.dslplatform.client | |
com.dslplatform.patterns |
Modifier and Type | Method and Description |
---|---|
<TAggregate extends AggregateRoot,TEvent extends AggregateDomainEvent<TAggregate>> |
DomainProxy.submit(TEvent domainEvent,
java.lang.String uri)
Apply domain event to a single aggregate.
|
Modifier and Type | Method and Description |
---|---|
<TAggregate extends AggregateRoot,TEvent extends AggregateDomainEvent<TAggregate>> |
DomainEventStore.submit(TEvent event,
java.lang.String uri)
Apply domain event to a single aggregate.
|
<TAggregate extends AggregateRoot,TEvent extends AggregateDomainEvent<TAggregate>> |
DomainEventStore.submit(TEvent event,
TAggregate aggregate)
Helper method for sending domain event to the server.
|