Interface BenchmarkService
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
MessageListenerBenchmark,ProducerBenchmark
public interface BenchmarkService extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleananyError()voidclose()booleanisRunning()BenchmarkServicestart()
-
-
-
Method Detail
-
start
BenchmarkService start()
-
anyError
boolean anyError()
-
isRunning
boolean isRunning()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-