com.paypal.cascade.akka

actor

package actor

Convenience methods and implicit wrappers for working with akka.actor.Actor classes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. actor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ActorException extends Exception

    Base type for custom exceptions raised within an actor

  2. class ActorSystemWrapper extends AnyRef

    Provides the root actor which supervises other actors and handles spray http requests.

  3. trait CommonActor extends Actor with ActorLogging

    CommonActor is intended for top-level actors that have robust error-handling, and that are responsible for receiving exceptions from other actors.

  4. implicit class EitherOrFailure[E, A] extends AnyRef

    Implicit wrapper for Either objects, right-biased, with methods that interoperate with actors.

  5. trait ServiceActor extends CommonActor

    ServiceActor returns an error response for unhandled messages and escalates the error to the supervisor by throwing an exception.

  6. implicit class TryOrFailure[A >: Any] extends AnyRef

    Implicit wrapper for Try objects, with methods that interoperate with Actors

  7. class UnhandledMessageException extends ActorException

    Exception raised when an unhandled message is received by a CommonActor

Inherited from AnyRef

Inherited from Any

Ungrouped