vertx / io.vertx.ext.shell / ShellServer / createShell

createShell

abstract fun createShell(term: Term): Shell

Create a new shell, the returned shell should be closed explicitely.

Parameters

term - the shell associated terminal

Return
the created shell

abstract fun createShell(): Shell

Create a new shell, the returned shell should be closed explicitely.

Return
the created shell