it depends on what you're looking for, but if all ...
# coroutines
b
it depends on what you're looking for, but if all you want is a response you could pass along a
CompletableDeferred
with your command and then wait for it (or use another channel).