Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ The following settings apply to both the `JsonRpcServer` and `JsonServiceExporte
* `backwardsComaptible` - Boolean specifying whether or not the server should allow for jsonrpc 1.0 calls. This only includes the omission of the jsonrpc property of the request object, it will not enable class hinting.
* `errorResolver` - An implementation of the `ErrorResolver` interface that resolves exception thrown by services into meaningful responses to be sent to clients. Multiple `ErrorResolver`s can be configured using the `MultipleErrorResolver` implementation of this interface.
* `batchExecutorService` - A configured `ExecutorService` to use for parallel JSON-RPC batch processing. By default batch requests are handled sequentially.
* `securityServletRequestResolver` - An implementation of `SecurityServletRequestResolver` interface that creates Spring Security Authentication object from HttpServletRequest
* `securityResourceRequestResolver` - An implementation of `SecurityResourceRequestResolver` interface that creates Spring Security Authentication object from ResourceRequest

### Server Method resolution
Methods are resolved in the following way, each step immediately short circuits the
Expand Down
Loading