mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Add MultiAccountManager
This commit is contained in:
parent
6261934dda
commit
4a1af0786c
18 changed files with 221 additions and 131 deletions
|
@ -2,8 +2,9 @@ package org.asamk.signal.commands;
|
|||
|
||||
import org.asamk.signal.JsonWriter;
|
||||
import org.asamk.signal.commands.exceptions.CommandException;
|
||||
import org.asamk.signal.manager.MultiAccountManager;
|
||||
|
||||
public interface JsonRpcMultiCommand<T> extends JsonRpcCommand<T> {
|
||||
|
||||
void handleCommand(T request, SignalCreator c, JsonWriter jsonWriter) throws CommandException;
|
||||
void handleCommand(T request, MultiAccountManager c, JsonWriter jsonWriter) throws CommandException;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue