Interface BeanDefinitionDataCollector<T>
-
- Type Parameters:
T- The type
- All Known Implementing Classes:
DefaultBeanDefinitionDataCollector
public interface BeanDefinitionDataCollector<T>Used to respond with bean information used for the
BeansEndpoint.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactivestreams.Publisher<T>getData(java.util.Collection<io.micronaut.inject.BeanDefinition<?>> beanDefinitions)
-
-
-
Method Detail
-
getData
org.reactivestreams.Publisher<T> getData(java.util.Collection<io.micronaut.inject.BeanDefinition<?>> beanDefinitions)
- Parameters:
beanDefinitions- A collection of bean definitions- Returns:
- A publisher that returns data representing all of the given bean definitions
-
-