mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
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.
Class diagram
Applicability
Use the Poison Pill idiom when
- need to send signal from one thread/process to another to terminate
