akka.zeromq
Class Subscribe$

java.lang.Object
  extended by akka.zeromq.Subscribe$
All Implemented Interfaces:
java.io.Serializable

public class Subscribe$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Subscribe$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Subscribe$()
           
 
Method Summary
 Subscribe all()
           
 Subscribe apply(java.lang.String topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Subscribe$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Subscribe$

public Subscribe$()
Method Detail

apply

public Subscribe apply(java.lang.String topic)

all

public Subscribe all()