Fork me on GitHub
#pedestal
<
2018-08-06
>
mtnygard18:08:57

@skrat I think the :service-fn key might have the value you're looking for.

mtnygard18:08:06

But I haven't tried it... that's off the top of my head.

ddeaguiar21:08:12

The ::io.pedestal.http/service-fn is an implementation of the Servlet.service method. I think you’ll need to write your own interceptor chain provider to support a pedestal service as a ring handler.