public interface DomainEventValue
extends org.qi4j.api.value.ValueComposite
An event is triggered by calling a method that is of the form:
@DomainEvent
void someName(SomeParam param, AnotherParam param2);
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
entityId() |
org.qi4j.api.property.Property<String> |
entityType() |
org.qi4j.api.property.Property<String> |
name() |
org.qi4j.api.property.Property<String> |
parameters() |