final class ForkJoinPoolProvider
extends java.lang.Object
implements javax.inject.Provider<java.util.concurrent.ForkJoinPool>
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ForkJoinPool |
pool |
Constructor and Description |
---|
ForkJoinPoolProvider(NotificationConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ForkJoinPool |
get() |
@Inject public ForkJoinPoolProvider(NotificationConfiguration configuration)