toggle menu
Spring Boot Kotlin API
3.3.10
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.servlet
/
WebListenerRegistry
Web
Listener
Registry
interface
WebListenerRegistry
A registry that holds
@WebListeners
.
Author
Andy Wilkinson
Since
2.4.0
Inheritors
ConfigurableServletWebServerFactory
Members
Functions
add
Web
Listeners
Link copied to clipboard
abstract
fun
addWebListeners
(
webListenerClassNames
:
Array
<
String
>
)
Adds web listeners that will be registered with the servlet container.