public interface RequestInterceptor
Modifier and Type | Method and Description |
---|---|
void |
interceptRequest(com.fasterxml.jackson.databind.JsonNode request)
This method will be invoked prior to any JSON-RPC service being invoked.
|
void interceptRequest(com.fasterxml.jackson.databind.JsonNode request) throws java.lang.Throwable
request
- is the request object.java.lang.Throwable
- a exception that stops the request