- All Superinterfaces:
- Searchable
- All Known Subinterfaces:
- AggregateDomainEvent<T>, AggregateRoot, DomainEvent
- All Known Implementing Classes:
- History, Snapshot
public interface Identifiable
extends Searchable
Domain object uniquely represented by its URI.
Entity and snowflake are example of domain objects which are
identified by its identity, instead of attributes.
While entity does not implement Identifiable, aggregate root does.