API Reference event_broker v#1.1.1

Copy Markdown

Modules

I am the EventBroker Application Module.

I am a Broker module.

I contain the deffilter macro. Require or use me to use deffilter.

I am an Event module for the Event Broker.

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

I am a Filter Agent module.

I contain submodules for the default filters supported by the event broker.

I am the EventBroker.Filters.LessTrivial filter generated by deffilter in EventBroker.Filters.

I am the EventBroker.Filters.ManyFields filter generated by deffilter in EventBroker.Filters.

I am the EventBroker.Filters.SourceModule filter generated by deffilter in EventBroker.Filters.

I am the EventBroker.Filters.Trivial filter generated by deffilter in EventBroker.Filters.

I am the Registry for the PubSub system.

I am the EventBroker Supervisor for PubSub.

I contain the with_subscription macro. Require me or use me to use with_subscription.

I define examples on how to use the deffilter macro to create filters for the event broker.

I am the Examples.EEventBroker.EFilter.AcceptAll filter generated by deffilter in Examples.EEventBroker.EFilter.

I am the Examples.EEventBroker.EFilter.Error filter generated by deffilter in Examples.EEventBroker.EFilter.

I am the Examples.EEventBroker.EFilter.RejectAll filter generated by deffilter in Examples.EEventBroker.EFilter.

I define examples on how to susbcribe to topics in the event broker.

I contain examples of how the with_subscription block works.