exda v0.1.1 Exda.EventBuses.Synchronous

A Synchronous message bus that will call the consumer directly on the same caller process.

This is the default bus that is used if there is none specified.

Link to this section Summary

Link to this section Functions

Link to this function

handle_event(event_name, consumer, event_data)
handle_event(
  event_name :: String.t(),
  consumer :: module(),
  event_data :: any()
) :: Exda.Producer.bus_callback()