akka.actor
Class DefaultSupervisorStrategy

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

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


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

Constructor Detail

DefaultSupervisorStrategy

public DefaultSupervisorStrategy()
Method Detail

create

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