| Package | Description |
|---|---|
| org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainEventHandler<E extends DomainEvent>
Interface for event handlers, which handle events domain events fired by the
DomainEventPublisher. |
| Modifier and Type | Method and Description |
|---|---|
<E extends DomainEvent> |
DomainEventPublisher.publish(E event)
Publishes an event.
|
Copyright © 2013-2017–2017 SeedStack. All rights reserved.