Use headings instead of bold text in index.md #238

This commit is contained in:
Jeroen Meulemeester
2016-01-03 21:14:30 +01:00
parent b6beffec2e
commit 3d642cdad7
66 changed files with 373 additions and 233 deletions

View File

@ -9,15 +9,17 @@ tags:
- Difficulty-Intermediate
---
**Intent:** Poison Pill is known predefined data item that allows to provide
## Intent
Poison Pill is known predefined data item that allows to provide
graceful shutdown for separate distributed consumption process.
![alt text](./etc/poison-pill.png "Poison Pill")
**Applicability:** Use the Poison Pill idiom when
## Applicability
Use the Poison Pill idiom when
* need to send signal from one thread/process to another to terminate
**Real world examples:**
## Real world examples
* [akka.actor.PoisonPill](http://doc.akka.io/docs/akka/2.1.4/java/untyped-actors.html)