| Package | Description |
|---|---|
| core.apiCore.interfaces | |
| core.helpers |
| Modifier and Type | Method and Description |
|---|---|
static long |
ServiceBusInterface.logPerInterval(int interval,
StopWatchHelper watch,
long lastLogged) |
| Modifier and Type | Method and Description |
|---|---|
StopWatchHelper |
StopWatchHelper.reset() |
static StopWatchHelper |
StopWatchHelper.start()
StopWatchHelper watch = Helper.start(); do something long passedTimeInMs =
watch.time(); long passedTimeInSeconds = watch.time(TimeUnit.SECONDS);
|
static StopWatchHelper |
Helper.start()
StopWatchHelper watch = Helper.start(); do something long passedTimeInMs =
watch.time(); long passedTimeInSeconds = watch.time(TimeUnit.SECONDS);
|
Copyright © 2019. All rights reserved.