akka.remote.transport
Class ThrottlerTransportAdapter.ForceDisassociateExplicitly

java.lang.Object
  extended by akka.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ThrottlerTransportAdapter

public static class ThrottlerTransportAdapter.ForceDisassociateExplicitly
extends java.lang.Object
implements scala.Product, scala.Serializable

Management Command to force dissocation of an address with an explicit error.

See Also:
Serialized Form

Constructor Summary
ThrottlerTransportAdapter.ForceDisassociateExplicitly(Address address, AssociationHandle.DisassociateInfo reason)
           
 
Method Summary
 Address address()
           
 AssociationHandle.DisassociateInfo reason()
           
 
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

ThrottlerTransportAdapter.ForceDisassociateExplicitly

public ThrottlerTransportAdapter.ForceDisassociateExplicitly(Address address,
                                                             AssociationHandle.DisassociateInfo reason)
Method Detail

address

public Address address()

reason

public AssociationHandle.DisassociateInfo reason()