Correction of router with resizer doc sample, see #2740
This commit is contained in:
parent
04c30fb9d0
commit
12f9c7f664
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ object ZeromqDocSpec {
|
|||
|
||||
class HealthProbe extends Actor {
|
||||
|
||||
val pubSocket = ZeroMQExtension(context.system).newSocket(SocketType.Pub,
|
||||
val pubSocket = ZeroMQExtension(context.system).newSocket(SocketType.Pub,
|
||||
Bind("tcp://127.0.0.1:1235"))
|
||||
val memory = ManagementFactory.getMemoryMXBean
|
||||
val os = ManagementFactory.getOperatingSystemMXBean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue