Class BeansEndpoint
java.lang.Object
io.micronaut.management.endpoint.beans.BeansEndpoint
Exposes an Endpoint
to provide information about the beans of the application.
- Since:
- 1.0
- Author:
- James Kleeh
-
Constructor Summary
ConstructorDescriptionBeansEndpoint
(BeanDefinitionDataCollector<Object> beanDefinitionDataCollector) -
Method Summary
-
Constructor Details
-
BeansEndpoint
- Parameters:
beanDefinitionDataCollector
- TheBeanDefinitionDataCollector
-
-
Method Details
-
getBeans
- Returns:
- A
Publisher
with the beans
-