akka.remote.transport
Class AssociationHandle.Disassociated

java.lang.Object
  extended by akka.remote.transport.AssociationHandle.Disassociated
All Implemented Interfaces:
DeadLetterSuppression, NoSerializationVerificationNeeded, AssociationHandle.HandleEvent, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
AssociationHandle

public static class AssociationHandle.Disassociated
extends java.lang.Object
implements AssociationHandle.HandleEvent, DeadLetterSuppression, scala.Product, scala.Serializable

Message sent to the listener registered to an association

param: info information about the reason of disassociation

See Also:
Serialized Form

Constructor Summary
AssociationHandle.Disassociated(AssociationHandle.DisassociateInfo info)
           
 
Method Summary
 AssociationHandle.DisassociateInfo info()
           
 
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

AssociationHandle.Disassociated

public AssociationHandle.Disassociated(AssociationHandle.DisassociateInfo info)
Method Detail

info

public AssociationHandle.DisassociateInfo info()