Rig.EventFilter.Server (Reactive Interaction Gateway v3.0.0-alpha.2) View Source
Filter for the event subscription mechanism.
For each event type, on each node, there is exactly one EventFilter (Server). The Filter keeps track of subscriptions. Subscriptions have a time-to-live, that is, if they're not renewed for some time, the Filter will remove them eventually.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Specs
event_type() :: String.t()
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
start(event_type(), Rig.EventFilter.Config.event_type_config(), list()) :: {:ok, pid()}
Specs
start_link(event_type(), Rig.EventFilter.Config.event_type_config(), list()) :: {:ok, pid()}