Spear.Filter.exclude_system_events
You're seeing just the function
exclude_system_events
, go back to Spear.Filter module for more information.
Specs
exclude_system_events() :: t()
Produces a filter which excludes system events
This is a potentially common filter for subscribers reading from :all
.
The sigil_f/2
version is
~f/^[^\$].*/rs
Examples
iex> Spear.Filter.exclude_system_events()
%Spear.Filter{by: ~r/^[^\$].*/, checkpoint_after: 1024, on: :stream_name}