start abstract method

Future<ShellSession> start(
  1. ShellRequest request
)

Starts a session for request, returning a live ShellSession.

May throw if the command is invalid or the node is at capacity; the node runtime translates failures into a node.session.rejected message.

Implementation

Future<ShellSession> start(ShellRequest request);