akka.actor
Class SupervisorStrategy.Restart$

java.lang.Object
  extended by akka.actor.SupervisorStrategy.Restart$
All Implemented Interfaces:
SupervisorStrategy.Directive, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SupervisorStrategy

public static class SupervisorStrategy.Restart$
extends java.lang.Object
implements SupervisorStrategy.Directive, scala.Product, scala.Serializable

Discards the old Actor instance and replaces it with a new, then resumes message processing.

See Also:
Serialized Form

Constructor Summary
SupervisorStrategy.Restart$()
           
 
Method Summary
 
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

SupervisorStrategy.Restart$

public SupervisorStrategy.Restart$()