public class InvokeActionHandler implements DetoxActionHandler
| Constructor and Description |
|---|
InvokeActionHandler(MethodInvocation methodInvocation,
WebSocketClient wsClient,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,java.lang.String> errorParse) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String params,
long messageId) |
handlepublic InvokeActionHandler(@NotNull
MethodInvocation methodInvocation,
@NotNull
WebSocketClient wsClient,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,java.lang.String> errorParse)