toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.actuator.endpoints.implementingcustom
Package-level
declarations
Types
Types
Custom
Data
Link copied to clipboard
class
CustomData
(
val
name
:
String
,
val
counter
:
Int
)
My
Endpoint
Link copied to clipboard
@
Endpoint
(
id
=
"custom"
)
open
class
MyEndpoint
@
Endpoint
(
id
=
"custom"
)
class
MyEndpoint