Uses of Interface
org.fuin.cqrs4j.CommandExecutor
-
Uses of CommandExecutor in org.fuin.cqrs4j
Classes in org.fuin.cqrs4j that implement CommandExecutorModifier and TypeClassDescriptionclassAbstractMultiCommandExecutor<CONTEXT,RESULT> Handles multiple commands by delegating the call to other executors.final classMultiCommandExecutor<CONTEXT,RESULT> Handles multiple commands by delegating the call to other executors.Constructors in org.fuin.cqrs4j with parameters of type CommandExecutorModifierConstructorDescriptionAbstractMultiCommandExecutor(@NotEmpty CommandExecutor... cmdExecutors) Constructor with command handler array.MultiCommandExecutor(@NotEmpty CommandExecutor... cmdExecutors) Constructor with command handler array.Constructor parameters in org.fuin.cqrs4j with type arguments of type CommandExecutorModifierConstructorDescriptionAbstractMultiCommandExecutor(@NotEmpty List<CommandExecutor> cmdExecutors) Constructor with mandatory data.MultiCommandExecutor(@NotEmpty List<CommandExecutor> cmdExecutors) Constructor with mandatory data.