Class GremlinScriptChecker.Result

    • Method Detail

      • getTimeout

        public final Optional<Long> getTimeout()
        Gets the value of the timeouts that were set using the with() source step. If there are multiple commands using this step, the timeouts are summed together.
      • getRequestId

        public Optional<String> getRequestId()
        Gets the value of the request identifier supplied using the with() source step. If there are multiple commands using this step, the last usage should represent the id returned here.