=doc Move up dependency info for DurableMailboxSpec
This commit is contained in:
parent
34eb48565b
commit
c304fbadeb
1 changed files with 6 additions and 6 deletions
|
|
@ -83,17 +83,17 @@ mailboxes are an excellent fit for usage of circuit breakers. These are describ
|
|||
:include: custom-mailbox
|
||||
|
||||
To facilitate testing of a durable mailbox you may use ``DurableMailboxSpec`` as base class.
|
||||
To use ``DurableMailboxDocSpec`` add this dependency::
|
||||
|
||||
"com.typesafe.akka" %% "akka-mailboxes-common" %
|
||||
"@version@" classifier "test" @crossString@
|
||||
|
||||
It implements a few basic tests and helps you setup the a fixture. More tests can be
|
||||
added in concrete subclass like this:
|
||||
|
||||
.. includecode:: code/docs/actor/mailbox/DurableMailboxDocSpec.scala
|
||||
:include: custom-mailbox-test
|
||||
|
||||
To use ``DurableMailboxDocSpec`` add this dependency::
|
||||
|
||||
"com.typesafe.akka" %% "akka-mailboxes-common" %
|
||||
"@version@" classifier "test" @crossString@
|
||||
|
||||
For more inspiration you can look at the old implementations based on Redis, MongoDB, Beanstalk,
|
||||
and ZooKeeper, which can be found in Akka git repository tag
|
||||
`v2.0.1 <https://github.com/akka/akka/tree/v2.0.1/akka-durable-mailboxes>`_.
|
||||
`v2.0.1 <https://github.com/akka/akka/tree/v2.0.1/akka-durable-mailboxes>`_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue