ElixirScope.Core.MessageTracker (elixir_scope v0.0.1)
Tracks message flows between processes.
Provides functionality for capturing and querying message exchanges between processes. This module will be enhanced in future iterations to provide comprehensive message flow analysis.
Summary
Functions
Disables message tracking for a process.
Enables message tracking for a process.
Gets message flow between two processes.
Gets all message flows for a specific process.
Gets message flow statistics.
Checks if message tracking is enabled for a process.
Functions
Disables message tracking for a process.
Enables message tracking for a process.
This would be used to start tracking messages for a specific process.
Gets message flow between two processes.
Currently returns a not implemented error. This will be enhanced in future iterations to provide actual message flow tracking.
Gets all message flows for a specific process.
Returns both incoming and outgoing messages for the given process.
Gets message flow statistics.
Returns information about message volumes, patterns, etc.
Checks if message tracking is enabled for a process.