# `EventBroker.Filter`

I am a filter module for the Event Broker. I provide the callbacks for
all the filters used in the PubSub system.

# `filter`

```elixir
@callback filter(
  EventBroker.Event.t(),
  struct()
) :: bool()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
