Class MongoThreadFactory

java.lang.Object
de.bwaldvogel.mongo.MongoThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class MongoThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
  • Constructor Summary

    Constructors 
    Constructor Description
    MongoThreadFactory​(java.lang.String prefix)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Thread newThread​(java.lang.Runnable r)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • newThread

      public java.lang.Thread newThread​(java.lang.Runnable r)
      Specified by:
      newThread in interface java.util.concurrent.ThreadFactory