Uses of Interface
org.fuin.cqrs4j.Result
-
Uses of Result in org.fuin.cqrs4j
Classes in org.fuin.cqrs4j that implement ResultModifier and TypeClassDescriptionclassAbstractResult<DATA>Result of a request.final classDataResult<DATA>Result of a request that contains data in addition to the standard result fields.final classResult of a request.Methods in org.fuin.cqrs4j that return ResultModifier and TypeMethodDescription<T> Result<T>ToResultCapable.toResult()Returns a result for the object.static <ID extends org.fuin.ddd4j.ddd.EntityId>
Result<?>Cqrs4JUtils.verifyParamEntityIdPathEqualsCmdEntityIdPath(@NotNull AggregateCommand<?, ?> cmd, @NotNull ID... entityIds) Verifies that an aggregate identifier from a parameter is equal to the aggregate identifier from the command.static Result<?>Cqrs4JUtils.verifyPrecondition(@NotNull jakarta.validation.Validator validator, @NotNull Object obj) Verifies a precondition.