mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-07 14:30:38 +00:00
Merge branch 'master' into dbus_methods
This commit is contained in:
commit
49c21a522f
19 changed files with 1037 additions and 749 deletions
|
@ -13,9 +13,7 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
public interface JsonRpcLocalCommand extends JsonRpcCommand<Map<String, Object>> {
|
||||
|
||||
void handleCommand(Namespace ns, Manager m) throws CommandException;
|
||||
public interface JsonRpcLocalCommand extends JsonRpcCommand<Map<String, Object>>, LocalCommand {
|
||||
|
||||
default TypeReference<Map<String, Object>> getRequestType() {
|
||||
return new TypeReference<>() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue