ConduitSQS v0.2.7 ConduitSQS.Meta View Source

Facilitates setup communication to pollers that queues are available

Link to this section Summary

Functions

Sets a flag that pollers use to know that setup is complete

Creates an ETS table to store whether setup has been completed

Returns whether setup has been completed

Link to this section Types

Link to this section Functions

Link to this function activate_pollers(broker) View Source
activate_pollers(broker()) :: true

Sets a flag that pollers use to know that setup is complete

Link to this function create(broker) View Source
create(broker()) :: atom()

Creates an ETS table to store whether setup has been completed

Link to this function pollers_active?(broker) View Source
pollers_active?(broker()) :: boolean()

Returns whether setup has been completed