Skip to content

Instantly share code, notes, and snippets.

@hlship
Created June 4, 2014 21:22
(defrecord ConnectionManager [execution-mode active-connections databases]
component/Lifecycle
(start [component] ...)
(stop [component] ...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment