mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
4904d7eea0
* Add custom license header style in order to comply with Google's Checkstyle format * Update license headers to comply with Google's Checkstyle format
layout, title, folder, permalink, categories, tags
| layout | title | folder | permalink | categories | tags | |||
|---|---|---|---|---|---|---|---|---|
| pattern | Poison Pill | poison-pill | /patterns/poison-pill/ | Other |
|
Intent
Poison Pill is known predefined data item that allows to provide graceful shutdown for separate distributed consumption process.
Applicability
Use the Poison Pill idiom when
- need to send signal from one thread/process to another to terminate
