Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Although you can make a Java application as a monolithic block on top of the JRE

## Prerequisites

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/04363fe4528d49668ccf72379890c09c)](https://www.codacy.com/app/tiagosimao/booty?utm_source=github.com&utm_medium=referral&utm_content=irenical/booty&utm_campaign=badger)

Each of your application's modules must somehow implement LifeCycle. This is the minimum contract Booty needs in order to handle them. If you don't want to change your module dependencies, you can simply create anonymous LifeCycle classes that wrap them. Either way you end up having to implement the following methods for each of your modules: void start(), void stop(), boolean isRunning(). Chances are the behaviours themselves are already implemented in each module.

## Usage
Expand Down