public final class StopWatch extends Object
Constructor and Description |
---|
StopWatch()
Starts the stop watch
|
StopWatch(boolean started)
Creates the stop watch
|
StopWatch(Date startTimestamp)
Starts the stop watch from the given timestamp
|
public StopWatch()
public StopWatch(Date startTimestamp)
public StopWatch(boolean started)
started
- whether it should start immediatelyApache Camel