Package org.opennms.core.camel
Class CamelUtils
- java.lang.Object
-
- org.opennms.core.camel.CamelUtils
-
public class CamelUtils extends 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 String
nanoTime()
Outputs the current nanoTime in comma-delimited format for easy readability.
-
-
-
Method Detail
-
nanoTime
public static String nanoTime()
Outputs the current nanoTime in comma-delimited format for easy readability.
-
-