Beethoven.Allocator.Ingress (Beethoven v0.3.9)
GenServer to handle ingress of signal data.
Data sent to this Server is pushed into :ets for use by Beethoven.Allocator.Cruncher.
Summary
Types
Message wrapper for sending payload to Beethoven.Allocator.Ingress.
Header for the signal metadata; when sending a signal to Beethoven.Allocator.Ingress.
Types
@type signal_message() :: Beethoven.Allocator.Types.signal_message()
Message wrapper for sending payload to Beethoven.Allocator.Ingress.
@type signal_message_header() :: Beethoven.Allocator.Types.signal_message_header()
Header for the signal metadata; when sending a signal to Beethoven.Allocator.Ingress.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(any()) :: GenServer.on_start()
Supervisor Entry point.