Uses of Interface
org.apache.camel.spi.StartupStepRecorder
-
Packages that use StartupStepRecorder Package Description org.apache.camel The core Camel API. -
-
Uses of StartupStepRecorder in org.apache.camel
Methods in org.apache.camel that return StartupStepRecorder Modifier and Type Method Description StartupStepRecorderExtendedCamelContext. getStartupStepRecorder()Gets theStartupStepRecorderto use.Methods in org.apache.camel with parameters of type StartupStepRecorder Modifier and Type Method Description voidExtendedCamelContext. setStartupStepRecorder(StartupStepRecorder startupStepRecorder)Sets theStartupStepRecorderto use.
-