Uses of Interface
com.totvs.tjf.core.common.domain.DomainEvent
-
Packages that use DomainEvent Package Description com.totvs.tjf.core.common.domain -
-
Uses of DomainEvent in com.totvs.tjf.core.common.domain
Methods in com.totvs.tjf.core.common.domain that return types with arguments of type DomainEvent Modifier and Type Method Description Collection<DomainEvent>AbstractDomainEntity. getEvents()Returns all events that have been recorded for publication.Methods in com.totvs.tjf.core.common.domain with parameters of type DomainEvent Modifier and Type Method Description protected voidAbstractDomainEntity. registerEvent(DomainEvent event)Record the published events when the persistence is performed.Constructor parameters in com.totvs.tjf.core.common.domain with type arguments of type DomainEvent Constructor Description AbstractDomainEntity(K id, List<DomainEvent> domainEvents)
-