Open ErnestOrt opened 5 years ago
As a user, I would like to access my custom endpoinds registered on actuator
For instance, fruits endpoint
@Endpoint(id = "fruits") public class FruitsEndpoint { @ReadOperation public Map<String, Fruit> fruits() { ... } @WriteOperation public void addFruits(@Selector String name, Fruit fruit) { ... } }
Related docs:
https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#production-ready-endpoints-custom
As a user, I would like to access my custom endpoinds registered on actuator
For instance, fruits endpoint
Related docs:
https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#production-ready-endpoints-custom