Registry / utility / dropwizard-lifecycle

dropwizard-lifecycle

JSON →
library5.0.2javamavenunverified

Provides lifecycle management utilities for Dropwizard applications, including managed objects and server lifecycle hooks.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-lifecycle</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-LIFECYC
D
dropwizard-lifecycle
utilityjavav5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Managed
io.dropwizard.lifecycle.Managed

Implements the Managed interface to hook into Dropwizard application lifecycle.

import io.dropwizard.lifecycle.Managed; public class MyManaged implements Managed { @Override public void start() throws Exception { System.out.println("Starting..."); } @Override public void stop() throws Exception { System.out.println("Stopping..."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
dropwizard-lifecycle — mvn dependency:get dropwizard-lifecycle · libregistry