Bolt.Sips v2.0.0-rc.1 Bolt.Sips.ConnectionSupervisor View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
the resulting connection name i.e. "write@localhost:7687" will be used to spawn new DBConnection processes, and for finding available connections
Link to this section Functions
Link to this function
child_spec(arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
connections() View Source
Link to this function
find_connection(name) View Source
Link to this function
find_connection(role, url, prefix) View Source
Link to this function
start_child(role, url, config) View Source
the resulting connection name i.e. "write@localhost:7687" will be used to spawn new DBConnection processes, and for finding available connections
Link to this function
start_link(init_args) View Source
Link to this function
terminate_connection(role, url, prefix \\ :default) View Source
Link to this function