Package org.apache.camel.spi
Class ConfigurerStrategy
java.lang.Object
org.apache.camel.spi.ConfigurerStrategy
Strategy for configurers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addBootstrapConfigurerClearer
(Runnable strategy) static void
Clears the bootstrap configurers map.
-
Constructor Details
-
ConfigurerStrategy
public ConfigurerStrategy()
-
-
Method Details
-
addBootstrapConfigurerClearer
-
clearBootstrapConfigurers
public static void clearBootstrapConfigurers()Clears the bootstrap configurers map. Clearing this map allows Camel to reduce memory footprint.
-