mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-31 19:40:38 +00:00
Rename jsonrpc bulk to batch message
This commit is contained in:
parent
27a09fd408
commit
9c86baf0ea
5 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
package org.asamk.signal.jsonrpc;
|
||||
|
||||
/**
|
||||
* Represents a JSON-RPC (bulk) request or (bulk) response.
|
||||
* Represents a JSON-RPC (batch) request or (batch) response.
|
||||
* https://www.jsonrpc.org/specification
|
||||
*/
|
||||
public sealed abstract class JsonRpcMessage permits JsonRpcBulkMessage, JsonRpcRequest, JsonRpcResponse {
|
||||
public sealed abstract class JsonRpcMessage permits JsonRpcBatchMessage, JsonRpcRequest, JsonRpcResponse {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue