akka.actor
Class StoppingSupervisorStrategy

java.lang.Object
  extended by akka.actor.StoppingSupervisorStrategy
All Implemented Interfaces:
SupervisorStrategyConfigurator

public final class StoppingSupervisorStrategy
extends java.lang.Object
implements SupervisorStrategyConfigurator


Constructor Summary
StoppingSupervisorStrategy()
           
 
Method Summary
 SupervisorStrategy create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoppingSupervisorStrategy

public StoppingSupervisorStrategy()
Method Detail

create

public SupervisorStrategy create()
Specified by:
create in interface SupervisorStrategyConfigurator