1 package org
.asamk
.signal
.commands
;
3 import org
.asamk
.signal
.commands
.exceptions
.CommandException
;
4 import org
.asamk
.signal
.manager
.RegistrationManager
;
5 import org
.asamk
.signal
.output
.JsonWriter
;
7 public interface JsonRpcRegistrationCommand
<T
> extends JsonRpcCommand
<T
> {
9 void handleCommand(T request
, RegistrationManager m
, JsonWriter jsonWriter
) throws CommandException
;