AfterCommandFunction
constructor(metadata: AfterCommandFunctionMetadata<C>, delegate: MessageFunction<C, ServerCommandExchange<*>, Mono<*>>)
Creates a new AfterCommandFunction with the specified metadata and delegate.
Parameters
C
The type of the command aggregate.