public interface UnitOfWorkDomainEventsValue
extends org.qi4j.api.value.ValueComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<List<DomainEventValue>> |
events() |
org.qi4j.api.property.Property<Long> |
timestamp() |
org.qi4j.api.property.Property<String> |
usecase() |
org.qi4j.api.property.Property<String> |
user() |
org.qi4j.api.property.Property<String> |
version() |
org.qi4j.api.property.Property<String> version()
org.qi4j.api.property.Property<String> usecase()
org.qi4j.api.property.Property<Long> timestamp()
@Optional org.qi4j.api.property.Property<String> user()
@UseDefaults org.qi4j.api.property.Property<List<DomainEventValue>> events()