public class HeartbeaterService
extends java.lang.Object
implements java.lang.Runnable, java.io.Closeable
| Constructor and Description |
|---|
HeartbeaterService(WavefrontMetricSender wavefrontMetricSender,
ApplicationTags applicationTags,
java.util.List<java.lang.String> components,
java.lang.String source)
Constructor for HeartbeaterService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
reportCustomTags(java.util.Map<java.lang.String,java.lang.String> customTagsMap)
reportCustomTags.
|
void |
run() |
public HeartbeaterService(WavefrontMetricSender wavefrontMetricSender, ApplicationTags applicationTags, java.util.List<java.lang.String> components, java.lang.String source)
Constructor for HeartbeaterService.
wavefrontMetricSender - a WavefrontMetricSender objectapplicationTags - a ApplicationTags objectcomponents - a List objectsource - a String objectpublic void reportCustomTags(java.util.Map<java.lang.String,java.lang.String> customTagsMap)
reportCustomTags.
customTagsMap - a Map objectpublic void run()
run in interface java.lang.Runnablepublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableCopyright © 2023. All rights reserved.