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 TypeMethodDescriptionvoid
StartupConditionStrategy.addStartupCondition
(StartupCondition startupCondition) Adds a customStartupCondition
check to be performed.