Packages

p

akka.typed

patterns

package patterns

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Receptionist extends AnyRef
  2. 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

  1. object Receiver
  2. 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.

  3. object Restarter extends Serializable

Ungrouped