Back
resume-key (clj)
(source)multimethod
(resume-key key value old-value old-impl)
Turn a config value associated with a key into a concrete implementation,
but reuse resources (e.g. connections, running threads, etc) from an existing
implementation. By default this multimethod calls init-key and ignores the
additional argument.