briandilley/jsonrpc4j

ResponseBodyAdvice not triggered

GiuseppeLota opened this issue · 0 comments

Seems that the ResponseBodyAdvice are not triggered with the @JsonRpcService operation. There is an alternative way to access to the Response body in order to make some filtering before sending to the client?

Thanks