Exchange v0.1.0 Exchange.Adapters.TestEventBus View Source

This is used to test the message sent by the Matching Engine

Link to this section Summary

Link to this section Functions

Callback implementation for Exchange.MessageBus.add_listener/1.

Link to this function

cast_event(atom, payload)

View Source

Callback implementation for Exchange.MessageBus.cast_event/2.

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for Exchange.MessageBus.remove_listener/1.

Link to this function

start_link(initial_value \\ Qex.new())

View Source