Spear.Filter.exclude_system_events

You're seeing just the function exclude_system_events, go back to Spear.Filter module for more information.
Link to this function

exclude_system_events()

View Source (since 0.1.0)

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}