public abstract class DomainEvent extends BaseValueObject implements Event
BaseValueObject which provides
equals and hashCode. This allows to check cyclic call detection and to test events with EventFixture.
It is possible to directly implements Event instead of extends BaseEvent. But you will have to implements
equals and hashCode.
NB: Event should be immutable.
BaseValueObject,
Event,
Serialized Form| Constructor and Description |
|---|
DomainEvent() |
Copyright © 2013-2016–2016 SeedStack. All rights reserved.