Package org.apache.camel.spi
Class ReifierStrategy
- java.lang.Object
-
- org.apache.camel.spi.ReifierStrategy
-
public abstract class ReifierStrategy extends Object
Strategy for reifiers.
-
-
Constructor Summary
Constructors Constructor Description ReifierStrategy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addReifierClearer(Runnable strategy)
static void
clearReifiers()
DANGER: Clears the refifiers map.
-
-
-
Method Detail
-
addReifierClearer
public static void addReifierClearer(Runnable strategy)
-
clearReifiers
public static void clearReifiers()
DANGER: Clears the refifiers map. After this the JVM with Camel cannot add new routes (using same classloader to load this class). Clearing this map allows Camel to reduce memory footprint.
-
-