Annotation Type ProducesEventStream


@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface ProducesEventStream
An alias for @Produces(MediaTypeNames.EVENT_STREAM) and @ResponseConverter(ServerSentEventResponseConverterFunction.class).