Load into result the default scheduled publication interval.
Declared in <balm_publicationscheduler.h>
bool
getDefaultSchedule(bsls::TimeInterval* result) const;
Load into the specified result the default scheduled interval, (set using the setDefaultSchedule method), for periodically publishing metrics, if found, and return true, or (if not found) return false with no effect.
true if a default schedule is set, and false otherwise
| Name | Description |
|---|---|
| result | receives the default publication interval |