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 void
collect(java.util.Collection<S> values)
default void
collect(java.util.Collection<S> values, boolean allowFork)
default void
collect(java.util.function.Consumer<? super S> consumer)
-