Re: FW: [jersey/jersey] SseEventSink invokes custom WriterInterceptor with wrong type, then throws NPE (#3592)
Sergey Beryozkin
Hi Pavel So, when the SSE server reports a new event which will need to be delivered to SSE Client in for ex JSON, MessageBodyWriter is supported, right ? I'm not understanding why WriterInterceptor is not supported in this case to keep it consistent with the regular response case. I agree one can write a custom MessageBodyWriter with injected @Providers - believe it or not but I'm nearly 100% sure this is what I used as an argument against introducing Reader/Writer interceptors back in 2.0 :-). Everything you can do with WriterInterceptor can most likely be done with the custom MBW. But we do have WriterInterceptor now so it is not clear why not just let users use them with SSE too Cheers, Sergey
On 27/06/17 06:42, Pavel Bucek wrote:
|
|