Skip to content

Commit

Permalink
Fix akka#591
Browse files Browse the repository at this point in the history
  • Loading branch information
YikSanChan committed Apr 2, 2020
1 parent dd636d9 commit b2b242d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/paradox/akka-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Java
This allows users to prepare anything further before exposing routes for
the bootstrap joining process and other purposes.

Remember to call `stop` method preferably in @extref:[Coordinated Shutdown](akka:actors.html#coordinated-shutdown).
See [the Lagom example](https://github.com/lagom/lagom/blob/50ecfbf2e0d51fe24fdf6ad71157e1dff97106b9/akka-management/core/src/main/scala/com/lightbend/lagom/internal/akka/management/AkkaManagementTrigger.scala#L73).


## Basic Configuration

Expand Down

0 comments on commit b2b242d

Please sign in to comment.