@andrewmcveigh It might be a bit tricky since the handlar tends to not end up in a top-level var when using integrant. I'm not sure if it's possible (and it feels a bit hacky), but perhaps you could do (ig/init config)
in :init
, get the handler from the system map and dynamically def
it in a var that you use with :handler
?
@curlyfry Thanks, yes that's what I was working towards yesterday but you're right, it feels a bit hacky.