Class ResponseEnvelope<T extends Response<?,​?>>

    • Method Detail

      • getExecutionTimeNanos

        public final long getExecutionTimeNanos()
        Return the time the request took to execute in nanoseconds. This may not reflect the actual CPU time, but rather a measure of the complexity involved in servicing the original request.
        Returns:
        Time the request took to execute in nanoseconds