SpringToHttp4kSseController

@Controller
@RequestMapping(value = ["/"])
abstract class SpringToHttp4kSseController(sse: SseHandler)(source)

Constructors

Link copied to clipboard
constructor(sse: SseHandler)

Functions

Link copied to clipboard
@RequestMapping(value = ["**"], method = [RequestMethod.GET, RequestMethod.HEAD, RequestMethod.POST, RequestMethod.PUT, RequestMethod.PATCH, RequestMethod.DELETE, RequestMethod.OPTIONS, RequestMethod.TRACE], produces = ["text/event-stream"])
fun handle(request: HttpServletRequest): SseEmitter