Uses of Annotation Interface
io.fluxcapacitor.javaclient.persisting.search.Searchable
Packages that use Searchable
Package
Description
-
Uses of Searchable in io.fluxcapacitor.javaclient.modeling
Classes in io.fluxcapacitor.javaclient.modeling with annotations of type SearchableModifier and TypeClassDescription@interface
Marks a class as the root of an aggregate in the domain model. -
Uses of Searchable in io.fluxcapacitor.javaclient.tracking.handling
Classes in io.fluxcapacitor.javaclient.tracking.handling with annotations of type SearchableModifier and TypeClassDescription@interface
Declares that a class is a stateful message handler — i.e., one whose state is persisted and which can receive messages viaAssociation
.