Hi,

The LifecycleEnvironment class has overloads for `manage()` that take a 
Jetty `LifeCycle` and a Dropwizard `Managed`.  But Guava provides some very 
useful (if still tagged @Beta) `Service` classes, which provide some nice 
abstractions for implementing services, which aren't handled natively by 
Dropwizard.  It's easy enough to create a shim (similar to the 
`JettyManaged` class for `Managed`) to have these services' lifecycles 
controlled automatically, but I'm wondering whether a MR to add that shim 
and an extra overload to `manage()` to apply it would be appreciated?

Thanks,
- Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to