EdgeUsageJourney
A reusable set of EdgeFunctions applied together by an EdgeUsagePattern.
When to use this class
Use EdgeUsageJourney for hardware that runs continuously, like a sensor that captures data every minute or an industrial controller. Use UsageJourney for user-driven, request-style interactions in a web context. See web_vs_edge.
Params
name
A human readable description of the object.
edge_functions
EdgeFunctions active in this journey, each describing what runs on devices and what is sent to servers.
A list of EdgeFunctions.