AbstractCommandFunction

constructor(commandAggregate: CommandAggregate<C, *>, afterCommandFunctions: List<AfterCommandFunction<C>>)

Creates a new AbstractCommandFunction with the specified command aggregate and after functions.

Parameters

afterCommandFunctions

List of after-command functions to execute after the main command.

Type Parameters

C

The type of the command aggregate.