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
Modifier and TypeMethodDescriptionvoidcollect(Collection<S> values) default voidcollect(Collection<S> values, boolean allowFork) default void
-
Method Details
-
collect
-
collect
-
collect
-