org.scaladebugger.api.lowlevel.RequestInfo.scala Maven / Gradle / Ivy
package org.scaladebugger.api.lowlevel
import acyclic.file
/**
* Represents generic information about a request.
*/
trait RequestInfo {
/** The id of the request. */
val requestId: String
/** Whether or not this request is pending (not on remote JVM). */
val isPending: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy