Skip navigation links
D O V 

D

DomainEvent - Annotation Type in org.jmolecules.event.annotation
A domain event is a full-fledged part of the domain model, a representation of something that happened in the domain.
DomainEvent - Interface in org.jmolecules.event.types
/** A domain event is a full-fledged part of the domain model, a representation of something that happened in the domain.
DomainEventHandler - Annotation Type in org.jmolecules.event.annotation
Identifies a domain event handler, i.e. logic to process a DomainEvent.
DomainEventPublisher - Annotation Type in org.jmolecules.event.annotation
Identifies a domain event publisher, i.e. logic to publish a DomainEvent.
DomainEventPublisher.PublisherType - Enum in org.jmolecules.event.annotation
 

O

org.jmolecules.event.annotation - package org.jmolecules.event.annotation
 
org.jmolecules.event.types - package org.jmolecules.event.types
 

V

valueOf(String) - Static method in enum org.jmolecules.event.annotation.DomainEventPublisher.PublisherType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jmolecules.event.annotation.DomainEventPublisher.PublisherType
Returns an array containing the constants of this enum type, in the order they are declared.
D O V 
Skip navigation links

Copyright © 2021. All rights reserved.