Package frc.alotobots.util
Class Elastic
java.lang.Object
frc.alotobots.util.Elastic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a notification object to be sent to the Elastic dashboard. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidSends an alert notification to the Elastic dashboard.
-
Constructor Details
-
Elastic
public Elastic()
-
-
Method Details
-
sendAlert
Sends an alert notification to the Elastic dashboard. The alert is serialized as a JSON string before being published.- Parameters:
alert- theElastic.ElasticNotificationobject containing alert details
-