akka.zeromq
Class Connecting$

java.lang.Object
  extended by akka.zeromq.Connecting$
All Implemented Interfaces:
Response, java.io.Serializable, scala.Equals, scala.Product

public class Connecting$
extends java.lang.Object
implements Response, scala.Product, scala.Serializable

When the ZeroMQ socket connects it sends this message to a listener

See Also:
Serialized Form

Field Summary
static Connecting$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Connecting$()
           
 
Method Summary
 Connecting$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

Connecting$

public Connecting$()
Method Detail

getInstance

public Connecting$ getInstance()
Java API: get the singleton instance