Implement receive command for JSON-RPC mode

The command returns a list of messages, as soon as the timeout is reached
after the last message has been received or the maximum number of messages
has been received.
This commit is contained in:
AsamK 2022-10-31 11:56:25 +01:00
parent de2bfc7f79
commit 175057e781
2 changed files with 37 additions and 1 deletions

View file

@ -605,6 +605,13 @@
{"name":"id","parameterTypes":[] }
]
},
{
"name":"org.asamk.signal.commands.ReceiveCommand$ReceiveParams",
"allDeclaredFields":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true,
"methods":[{"name":"<init>","parameterTypes":["java.lang.Double","java.lang.Integer"] }]
},
{
"name":"org.asamk.signal.commands.RegisterCommand$RegistrationParams",
"allDeclaredFields":true,