@Retention(value=RUNTIME)
public @interface EventEntity
@EventEntity(entity="io.eventuate.example.banking.domain.Account")
public interface AccountEvent extends Event {
}
Event| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
entity
The aggregate class
|