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

Constructor Summary
Closed()
           
 
Method Summary
static 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
 

Constructor Detail

Closed

public Closed()
Method Detail

getInstance

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