@FunctionalInterface public interface ThreadFactoryProvider
ThreadFactory
. Implementations are asked through
getThreadFactory(String)
to provide a thread factory for a given pool name.Modifier and Type | Method and Description |
---|---|
ThreadFactory |
getThreadFactory(String poolName)
Return a
ThreadFactory for the given poolName . |
ThreadFactory getThreadFactory(String poolName)
ThreadFactory
for the given poolName
.poolName
- a descriptive pool name. Typically used as prefix for thread names.ThreadFactory
.Copyright © 2025 lettuce.io. All rights reserved.