Skip to content

2.0.4

Compare
Choose a tag to compare
@juancgalvis juancgalvis released this 30 Oct 22:33
· 108 commits to master since this release
b862461

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)