org.qi4j.library.eventsourcing.domain.api
Interface DomainEventValue

All Superinterfaces:
Composite, Value, ValueComposite

public interface DomainEventValue
extends ValueComposite

Representation of a domain-event. An event is triggered by calling a method that is of the form:


Method Summary
 Property<String> entityId()
           
 Property<String> entityType()
           
 Property<String> name()
           
 Property<String> parameters()
           
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

entityType

Property<String> entityType()

entityId

Property<String> entityId()

name

Property<String> name()

parameters

Property<String> parameters()