ServerLifecycleManager
@ExperimentalTraceProcessorApi
public interface ServerLifecycleManager
Summary
Public methods |
|
|---|---|
abstract int |
start()Called to Start an instance of Trace Processor |
abstract void |
stop()Called to stop the running instance of Trace Processor. |
default @NonNull String |
Called to construct a more detailed failure message when |
Public methods
start
Added in 1.4.1
abstract int start()
Called to Start an instance of Trace Processor
| Returns | |
|---|---|
int |
the port to use to communicate to Trace Processor |
timeoutMessage
Added in 1.4.1
default @NonNull String timeoutMessage()
Called to construct a more detailed failure message when TraceProcessor cannot be connected to.