SseHandler

typealias SseHandler = (HttpRequest<*>, ThreadLocal<HttpRequest<*>>, ApplicationContext) -> Publisher<Event<String>>(source)