Uses of Interface
org.apache.camel.spi.StartupCondition
Packages that use StartupCondition
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
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.