2.0.4
Allow delayed message for commands, to use it:
On command handler app you should add
app:
async:
delayed-commands: true
On command sender you should pass the delay milliseconds like:
directAsyncGateway.sendCommand(new Command<...>("command-name", "command-id", "command-data"), target, delay)