public class MetricsThreadFactory extends Object implements ThreadFactory, Thread.UncaughtExceptionHandler
| Constructor and Description |
|---|
MetricsThreadFactory() |
| 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 © 2015 Red Hat, Inc.. All rights reserved.