Class DummyClient
- java.lang.Object
-
- com.epam.reportportal.service.statistics.DummyClient
-
- All Implemented Interfaces:
Statistics,java.io.Closeable,java.lang.AutoCloseable
public class DummyClient extends java.lang.Object implements Statistics
-
-
Constructor Summary
Constructors Constructor Description DummyClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()io.reactivex.Maybe<retrofit2.Response<okhttp3.ResponseBody>>send(StatisticsItem item)
-
-
-
Method Detail
-
send
public io.reactivex.Maybe<retrofit2.Response<okhttp3.ResponseBody>> send(StatisticsItem item)
- Specified by:
sendin interfaceStatistics
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-