Uses of Class
core.helpers.StopWatchHelper
-
Packages that use StopWatchHelper Package Description core.apiCore.helpers core.apiCore.interfaces core.helpers core.helpers.legacy -
-
Uses of StopWatchHelper in core.apiCore.helpers
Methods in core.apiCore.helpers with parameters of type StopWatchHelper Modifier and Type Method Description static longMessageQueueHelper. logPerInterval(int interval, StopWatchHelper watch, long lastLogged, int receivedMessageCount)log per interval stating the wait time for a message from message queue -
Uses of StopWatchHelper in core.apiCore.interfaces
Methods in core.apiCore.interfaces with parameters of type StopWatchHelper Modifier and Type Method Description static longServiceBus_depricated. logPerInterval(int interval, StopWatchHelper watch, long lastLogged) -
Uses of StopWatchHelper in core.helpers
Methods in core.helpers that return StopWatchHelper Modifier and Type Method Description StopWatchHelperStopWatchHelper. reset()static StopWatchHelperHelper. start()StopWatchHelper watch = Helper.start(); do something long passedTimeInMs = watch.time(); long passedTimeInSeconds = watch.time(TimeUnit.SECONDS);static StopWatchHelperStopWatchHelper. start()StopWatchHelper watch = Helper.start(); do something long passedTimeInMs = watch.time(); long passedTimeInSeconds = watch.time(TimeUnit.SECONDS); -
Uses of StopWatchHelper in core.helpers.legacy
Methods in core.helpers.legacy that return StopWatchHelper Modifier and Type Method Description static StopWatchHelperHelper. start()StopWatchHelper watch = Helper.start(); do something long passedTimeInMs = watch.time(); long passedTimeInSeconds = watch.time(TimeUnit.SECONDS);
-