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 ThreadFactory
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.