Files
java-design-patterns/poison-pill/index.md
T
Markus fbb12b53ba Work towards #56: Splitting up the README
I did the job and splitted up the readme, hopefully everything was
splitted correctly...
2015-08-13 23:54:40 +02:00

532 B

layout, title, folder, categories, tags
layout title folder categories tags
pattern Poison Pill poison-pill pattern_cat pattern_tag

Intent: Poison Pill is known predefined data item that allows to provide graceful shutdown for separate distributed consumption process.

alt text

Applicability: Use the Poison Pill idiom when

  • need to send signal from one thread/process to another to terminate

Real world examples: