#1964 - Fixing doc example mistake in 0mq docs, no review
This commit is contained in:
parent
e7723cb28e
commit
b27bae2f10
1 changed files with 2 additions and 2 deletions
|
|
@ -113,11 +113,11 @@ Akka ZeroMQ module supports ``Rep-Req`` connections.
|
||||||
|
|
||||||
You can create a ``Rep`` connection through the::
|
You can create a ``Rep`` connection through the::
|
||||||
|
|
||||||
def newReqSocket(socketParameters: Array[SocketOption]): ActorRef
|
def newRepSocket(socketParameters: Array[SocketOption]): ActorRef
|
||||||
|
|
||||||
You can create a ``Req`` connection through the::
|
You can create a ``Req`` connection through the::
|
||||||
|
|
||||||
def newRepSocket(socketParameters: Array[SocketOption]): ActorRef
|
def newReqSocket(socketParameters: Array[SocketOption]): ActorRef
|
||||||
|
|
||||||
More documentation and examples will follow soon.
|
More documentation and examples will follow soon.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue