EventBroker.Filter behaviour (Anoma v0.25.0)

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

Summary

Callbacks

Link to this callback

filter(t, struct)

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