Class Threader


  • public class Threader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Threader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Threadable thread​(Threadable[] messages)
      The main threader entry point - The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages
      • Methods inherited from class java.lang.Object

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

      • Threader

        public Threader()
    • Method Detail

      • thread

        public Threadable thread​(Threadable[] messages)
        The main threader entry point - The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages
        Parameters:
        messages -
        Returns: