Interface SinkLifecycleEvent

All Known Implementing Classes:
SinkLifecycleEvent.SinkRenamed

public sealed interface SinkLifecycleEvent permits SinkLifecycleEvent.SinkRenamed
Sealed interface representing lifecycle events for data sinks in the store-and-forward system.

These events allow flavor-scoped sink operations, ensuring that changes to a sink in one subsystem (e.g., tag history) do not inadvertently affect pipelines in other subsystems (e.g., alarm journal or audit).

Since:
8.3.4