Use headings instead of bold text in index.md #238
This commit is contained in:
@ -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.
|
||||
|
||||

|
||||
|
||||
**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)
|
||||
|
Reference in New Issue
Block a user