* Wrote a comprehensive example for pub-sub * Clarified how publish to topic is done * Several minor, but important, api adjustments for the java api, and some also profit for scala * Added documentation for Java and updated documentation for Scala
8 lines
202 B
Scala
8 lines
202 B
Scala
/**
|
|
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
|
|
*/
|
|
package akka.docs.zeromq
|
|
|
|
import org.scalatest.junit.JUnitSuite
|
|
|
|
class ZeromqDocTest extends ZeromqDocTestBase with JUnitSuite
|