Class DaemonThreadFactory

java.lang.Object
kieker.common.util.thread.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory extends Object implements ThreadFactory
A thread factory that creates daemon threads. The default thread parameters are based on the default thread factory.
Since:
1.13
Author:
Holger Knoche
  • Constructor Details

    • DaemonThreadFactory

      public DaemonThreadFactory()
      Creates a new daemon thread factory.
  • Method Details