Uses of Interface
org.apache.camel.spi.StartupCondition
Packages that use StartupCondition
-
Uses of StartupCondition in org.apache.camel.spi
Methods in org.apache.camel.spi that return types with arguments of type StartupConditionModifier and TypeMethodDescriptionStartupConditionStrategy.getStartupConditions()Lists all theStartupCondition.Methods in org.apache.camel.spi with parameters of type StartupConditionModifier and TypeMethodDescriptionvoidStartupConditionStrategy.addStartupCondition(StartupCondition startupCondition) Adds a customStartupConditioncheck to be performed.