case classTriggerEvent(name: String, data: TimeRecord) extends Product with Serializable
A trigger event. Iobeam's trigger-execution system will perform
an action for each event created by the system. The action that
will be performed is configured through a REST API decoupled
from the spark app. Examples of actions include sending an email
or pushing data to an external system like MQTT. The actions
to be performed are determined by event names.
name
Name of triggerEvent. Determines the action to be performed.
data
Data for the event.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A trigger event. Iobeam's trigger-execution system will perform an action for each event created by the system. The action that will be performed is configured through a REST API decoupled from the spark app. Examples of actions include sending an email or pushing data to an external system like MQTT. The actions to be performed are determined by event names.
Name of triggerEvent. Determines the action to be performed.
Data for the event.