LemonCore.RunPhaseEvent (lemon_core v0.1.0)

View Source

Helper for canonical run phase change payloads emitted by router and gateway.

Superseded by LemonCore.Events.RunPhaseChanged, which is the same shape as a struct. This module now builds that struct and returns it as a map for callers that still expect one; new code should use LemonCore.Events.RunPhaseChanged.build/1 directly.

Summary

Functions

build(opts) deprecated

Functions

build(opts)

This function is deprecated. Use LemonCore.Events.RunPhaseChanged.build/1.
@spec build(keyword()) :: map()