package patterns
- Alphabetic
- Public
- All
Type Members
-  abstract class Receptionist extends AnyRef
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        
              Restarter
            [T, Thr <: Throwable](initialBehavior: Behavior[T], resume: Boolean)(implicit evidence$1: ClassTag[Thr]) extends Behavior[T] with Product with Serializable
      
      
      Simple supervision strategy that restarts the underlying behavior for all failures of type Thr. Simple supervision strategy that restarts the underlying behavior for all failures of type Thr. FIXME add limited restarts and back-off (with limited buffering or vacation responder) FIXME write tests that ensure that all Behaviors are okay with getting PostRestart as first signal 
Value Members
-  object Receiver
- 
      
      
      
        
      
    
      
        
        object
      
      
        
              Receptionist
            
      
      
      A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement. A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement. Other Actors need only know the Receptionist’s identity in order to be able to use the services of the registered Actors. 
-  object Restarter extends Serializable