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