Uses of Class
ai.stapi.graphsystem.commandvalidation.model.exceptions.CannotDispatchCommand
Packages that use CannotDispatchCommand
-
Uses of CannotDispatchCommand in ai.stapi.graphsystem.commandvalidation.model.exceptions
Methods in ai.stapi.graphsystem.commandvalidation.model.exceptions that return CannotDispatchCommandModifier and TypeMethodDescriptionstatic CannotDispatchCommandCannotDispatchCommand.becauseItDoesNotImplementCommandInterface(String commandName, Class<?> actualClass) static CannotDispatchCommandCannotDispatchCommand.becauseThereWereConstrainViolation(String commandName, String targetAggregateIdentifier, List<CommandConstrainViolation> commandConstrainViolations)