Class EventMeshThreadFactoryImpl

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    public class EventMeshThreadFactoryImpl
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    • Constructor Detail

      • EventMeshThreadFactoryImpl

        public EventMeshThreadFactoryImpl​(java.lang.String threadNamePrefix)
      • EventMeshThreadFactoryImpl

        public EventMeshThreadFactoryImpl​(java.lang.String threadNamePrefix,
                                          boolean isDaemonSpecified)
    • Method Detail

      • getThreadNamePrefix

        public java.lang.String getThreadNamePrefix()
      • newThread

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