Package io.micronaut.core.io.service
Interface SoftServiceLoader.ServiceCollector<S>
-
- Type Parameters:
S- The service type
- Enclosing class:
- SoftServiceLoader<S>
public static interface SoftServiceLoader.ServiceCollector<S>Service collector for loading services of the given type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidcollect(java.util.Collection<S> values)default voidcollect(java.util.Collection<S> values, boolean allowFork)default voidcollect(java.util.function.Consumer<? super S> consumer)
-