graphmine-core / io.github.sof3.graphmine.command / CommandReceiver
interface CommandReceiver
Accepts output from a command.
receiveMessage | abstract fun receiveMessage(message: I18n): Unit Receives a message from the command output and presents it to the client |