Class ReifierStrategy

java.lang.Object
org.apache.camel.spi.ReifierStrategy

public abstract class ReifierStrategy extends Object
Strategy for reifiers.
  • Constructor Details

    • ReifierStrategy

      public ReifierStrategy()
  • Method Details

    • 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.