Skip to content

Instantly share code, notes, and snippets.

@hlship
Created June 4, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlship/4aa990d1febcbb13b0bb to your computer and use it in GitHub Desktop.
Save hlship/4aa990d1febcbb13b0bb to your computer and use it in GitHub Desktop.
(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