public class InstrumentsRecordingStateActionHandler implements DetoxActionHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentsRecordingStateActionHandler.Companion |
| Modifier and Type | Field and Description |
|---|---|
static InstrumentsRecordingStateActionHandler.Companion |
Companion |
static long |
DEFAULT_SAMPLING_INTERVAL |
| Constructor and Description |
|---|
InstrumentsRecordingStateActionHandler(DetoxInstrumentsManager instrumentsManager,
WebSocketClient wsClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String params,
long messageId) |
handlepublic static long DEFAULT_SAMPLING_INTERVAL
public static InstrumentsRecordingStateActionHandler.Companion Companion
public InstrumentsRecordingStateActionHandler(@NotNull
DetoxInstrumentsManager instrumentsManager,
@NotNull
WebSocketClient wsClient)