public class SpringBootHeartBeatProvider
extends java.lang.Object
implements com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterface
This class is a concrete implementation of HeartBeatPayloadProviderInterface
It enables setting SpringBoot Metadata to heartbeat payload.
| Constructor and Description |
|---|
SpringBootHeartBeatProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isKeyword(java.lang.String keyword) |
java.util.concurrent.Callable<java.lang.Boolean> |
setDefaultPayload(java.util.List<java.lang.String> disableFields,
com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface provider) |
public java.lang.String getName()
getName in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterfacepublic boolean isKeyword(java.lang.String keyword)
isKeyword in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterfacepublic java.util.concurrent.Callable<java.lang.Boolean> setDefaultPayload(java.util.List<java.lang.String> disableFields,
com.microsoft.applicationinsights.internal.heartbeat.HeartBeatProviderInterface provider)
setDefaultPayload in interface com.microsoft.applicationinsights.internal.heartbeat.HeartBeatPayloadProviderInterface