Class CamelUtils


  • public class CamelUtils
    extends java.lang.Object
    This class contains bean methods that may be useful inside a Camel context.
    • Constructor Summary

      Constructors 
      Constructor Description
      CamelUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String nanoTime()
      Outputs the current nanoTime in comma-delimited format for easy readability.
      • Methods inherited from class java.lang.Object

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

      • CamelUtils

        public CamelUtils()
    • Method Detail

      • nanoTime

        public static java.lang.String nanoTime()
        Outputs the current nanoTime in comma-delimited format for easy readability.