Class SourcePrioritizedRunnable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String source  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String source()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • source

        protected final java.lang.String source
    • Constructor Detail

      • SourcePrioritizedRunnable

        public SourcePrioritizedRunnable​(Priority priority,
                                         java.lang.String source)
    • Method Detail

      • source

        public java.lang.String source()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object