All Classes and Interfaces
Class
Description
Annotation used on properties of an entity value that provide an alternative identifier to find the entity.
Annotation to be placed on methods that modify an entity value.
Annotation to be placed on methods in commands or queries.
This provides cron support for java8 using java-time.
A tracker keeps reading messages until it is stopped (generally only when the application is shut down).
Mechanism that enables modification of a message before it is dispatched to local handlers or Flux Capacitor.
Setting for aggregates to control event publication, used in
Aggregate.Annotation to be placed on methods of values that need to be filtered before they're passed to a given
User.High-level client for Flux Capacitor.
Builder for a Flux Capacitor client instance.
Mechanism that enables modification of a message before it is handled by a handler.
Annotation placed on a method of a payload class of a request, i.e.
Object that represents the identifier of a specific entity.
Use 48 bits of the current time in milliseconds since epoch as the base of the index.
Annotation on methods that intercept events before they are applied to an entity (and before any @AssertLegal methods
are invoked).
This validator uses JSR 380 annotations.
Represents a service to store and retrieve a piece of serialized data by key.
Annotation placed on types or methods of message handlers.
Annotation placed on methods annotated with
HandleSchedule or on the payload class of a Schedule.Field or method level annotation that marks a field or method providing the routing key of a message containing the
enclosing object as payload.
Mechanism to convert objects to a byte array and vice versa.
Annotation to be placed on requests (i.e.
Annotation to be placed on a message handler parameter or message handler method.
Annotation to be placed on payload classes or on classes that you validate manually using
ValidationUtils.