Package io.testproject.sdk.internal.rest
Class ReportsQueue
- java.lang.Object
-
- io.testproject.sdk.internal.rest.ReportsQueue
-
- All Implemented Interfaces:
java.lang.Runnable
public class ReportsQueue extends java.lang.Object implements java.lang.RunnableA runnable class to manage reports queue.
-
-
Constructor Summary
Constructors Constructor Description ReportsQueue(org.apache.http.impl.client.CloseableHttpClient httpClient, java.lang.String sessionId)Initializes a new instance of the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Runnable flow that looks into the queue and waits for new items.voidstop()Stops the runnable and the queue processing.
-