Concept Flow - Custom actuator endpoints
Start Spring Boot App
Define Custom Endpoint Class
Annotate with @Endpoint
Add @ReadOperation or @WriteOperation
App Runs and Registers Endpoint
Call /actuator/custom
Execute Method and Return Data
Client Receives Response
The app starts, registers a custom actuator endpoint class with annotated methods, then serves data when the endpoint URL is called.