public static class SourceCoordinatorProvider.CoordinatorExecutorThreadFactory extends Object implements ThreadFactory, Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
Thread |
newThread(Runnable r) |
void |
uncaughtException(Thread t,
Throwable e) |
public Thread newThread(Runnable r)
newThread in interface ThreadFactorypublic void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.