getCommandInvokeResult

open fun <R> getCommandInvokeResult(): R?

Gets the result of invoking the command on the aggregate.

Return

the command invocation result, or null if not set

Parameters

R

the expected type of the result

See also