OnCommand

@OnMessage(functionKind = FunctionKind.COMMAND, defaultFunctionName = "onCommand")
annotation class OnCommand(val returns: Array<KClass<*>> = [])

OnCommand .

Author

ahoo wang

See also

me.ahoo.wow.modeling.command.CommandAggregate

Properties

Link copied to clipboard

The domain event returned after the execution of the command function is completed