Uses of Interface
io.dropwizard.lifecycle.Managed
-
Packages that use Managed Package Description io.dropwizard.lifecycle io.dropwizard.lifecycle.setup -
-
Uses of Managed in io.dropwizard.lifecycle
Classes in io.dropwizard.lifecycle that implement Managed Modifier and Type Class Description classAutoCloseableManagerAn implementation of the Managed Interface forAutoCloseableinstances.classExecutorServiceManagerclassJettyManagedA wrapper forManagedinstances which ties them to a JettyLifeCycle.Methods in io.dropwizard.lifecycle that return Managed Modifier and Type Method Description ManagedJettyManaged. getManaged()Constructors in io.dropwizard.lifecycle with parameters of type Managed Constructor Description JettyManaged(Managed managed)Creates a new JettyManaged wrappingmanaged. -
Uses of Managed in io.dropwizard.lifecycle.setup
Methods in io.dropwizard.lifecycle.setup with parameters of type Managed Modifier and Type Method Description voidLifecycleEnvironment. manage(Managed managed)Adds the givenManagedinstance to the set of objects managed by the server's lifecycle.
-