public class CleanupActionHandler implements DetoxActionHandler
| Constructor and Description |
|---|
CleanupActionHandler(WebSocketClient wsClient,
TestEngineFacade testEngineFacade,
kotlin.jvm.functions.Function0<kotlin.Unit> doStopDetox) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String params,
long messageId) |
handlepublic CleanupActionHandler(@NotNull
WebSocketClient wsClient,
@NotNull
TestEngineFacade testEngineFacade,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> doStopDetox)