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

createShell

open 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

open fun createShell(): Shell

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

Return
the created shell