Interface RpcEngine

  • All Known Implementing Classes:
    Jline3RpcEngine

    public interface RpcEngine
    • Method Detail

      • fireThrowable

        void fireThrowable​(java.lang.Throwable Exception)
      • getCommands

        java.util.Collection<RpcCommand> getCommands()
      • getSessions

        java.util.Collection<ShellSession> getSessions()
      • registerShellSession

        void registerShellSession​(ShellSession shellSession)