@JdkService(value="startup-step-recorder")
public class FlightRecorderStartupStepRecorder
extends org.apache.camel.support.startup.DefaultStartupStepRecorder
| Constructor and Description |
|---|
FlightRecorderStartupStepRecorder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.StartupStep |
createStartupStep(String type,
String name,
String description,
int id,
int parentId,
int level) |
void |
doStart() |
void |
doStop() |
String |
toString() |
beginStep, endStep, getMaxDepth, getRecordingDir, getRecordingProfile, getStartupRecorderDuration, isEnabled, isRecording, onBeginStep, onEndStep, setEnabled, setMaxDepth, setRecording, setRecordingDir, setRecordingProfile, setStartupRecorderDurationbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic void doStart()
throws Exception
doStart in class org.apache.camel.support.startup.DefaultStartupStepRecorderExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.support.startup.DefaultStartupStepRecorderExceptionpublic org.apache.camel.StartupStep createStartupStep(String type, String name, String description, int id, int parentId, int level)
createStartupStep in class org.apache.camel.support.startup.DefaultStartupStepRecorderApache Camel