Annotation Type EventSourcedEntity
-
@Target(TYPE) @Retention(RUNTIME) public @interface EventSourcedEntityAn event sourced entity.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringpersistenceIdThe name of the persistence id.intsnapshotEverySpecifies how snapshots of the entity state should be made: Zero means use default from configuration file.
-