Skip to content

Commit

Permalink
Update site/src/main/tut/publishers/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Gavin Bisesi <[email protected]>
  • Loading branch information
gvolpe and Daenyth authored Sep 17, 2019
1 parent 32f9dce commit 9def362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/main/tut/publishers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ number: 10

# Publishers

Publishing are blocking actions in the underlying Java client so you need to pass in a `cats.effect.Blocker` when creating the `Fs2Rabbit` client.
Publishing are blocking actions in the underlying Java client so you need to pass in a [`cats.effect.Blocker`](https://typelevel.org/cats-effect/concurrency/basics.html#choosing-thread-pool) when creating the `Fs2Rabbit` client.

- **[Publisher](./publisher.html)**: A simple message publisher.
- **[Publisher with Listener](./publisher-with-listener.html)**: A publisher with a listener for messages that can not be routed.
Expand Down

0 comments on commit 9def362

Please sign in to comment.