-
public final class IdlingResourcesManagerManages idling resources with the exception of IdlingThreadPoolCoroutineDispatcherProvider.
-
-
Field Summary
Fields Modifier and Type Field Description private final SimpleIdlingResourcelogUploadprivate final CountingIdlingResourcetraceFileUpload
-
Constructor Summary
Constructors Constructor Description IdlingResourcesManager()
-
Method Summary
Modifier and Type Method Description final SimpleIdlingResourcegetLogUpload()Set to not idle in between errors being logged (in the JVM only) and C++ calling into the JVM to upload the log. final CountingIdlingResourcegetTraceFileUpload()Increment when a session or interaction trace ends, decrement when C++ calls into the JVM to notify it of a new trace file. -
-
Method Detail
-
getLogUpload
final SimpleIdlingResource getLogUpload()
Set to not idle in between errors being logged (in the JVM only) and C++ calling into the JVM to upload the log.
-
getTraceFileUpload
final CountingIdlingResource getTraceFileUpload()
Increment when a session or interaction trace ends, decrement when C++ calls into the JVM to notify it of a new trace file.
-
-
-
-