Skip to content

Instantly share code, notes, and snippets.

@hlship
Created June 4, 2014 21:22
Show Gist options
  • Select an option

  • Save hlship/4aa990d1febcbb13b0bb to your computer and use it in GitHub Desktop.

Select an option

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