KVSseController

@Controller(value = "/kvsse")
open class KVSseController(source)

Controller for handling automatic routes.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@Inject
lateinit var applicationContext: ApplicationContext
Link copied to clipboard
@Inject
lateinit var kvManagers: KVManagers

Functions

Link copied to clipboard
@ExecuteOn(value = "io")
@Get(value = "/{+path}", produces = ["text/event-stream"])
fun getSse(@PathVariable path: String?, request: HttpRequest<*>): Publisher<Event<String>>
Link copied to clipboard
@PostConstruct
fun init()