akka.zeromq
Class Closed$

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

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

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

See Also:
Serialized Form

Field Summary
static Closed$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Closed$()
           
 
Method Summary
 Closed$ 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 Closed$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Closed$

public Closed$()
Method Detail

getInstance

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

Returns:
(undocumented)