| Package | Description |
|---|---|
| io.dropwizard.lifecycle | |
| io.dropwizard.lifecycle.setup |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCloseableManager
An implementation of the Managed Interface for
AutoCloseable instances. |
class |
ExecutorServiceManager |
class |
JettyManaged
A wrapper for
Managed instances which ties them to a Jetty LifeCycle. |
| Modifier and Type | Method and Description |
|---|---|
Managed |
JettyManaged.getManaged() |
| Constructor and Description |
|---|
JettyManaged(Managed managed)
Creates a new JettyManaged wrapping
managed. |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleEnvironment.manage(Managed managed)
Adds the given
Managed instance to the set of objects managed by the server's
lifecycle. |
Copyright © 2019. All rights reserved.