Package

akka.contrib

circuitbreaker

Permalink

package circuitbreaker

Visibility
  1. Public
  2. All

Type Members

  1. final class AskeableWithCircuitBreakerActor extends AnyVal

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

  2. final class AskeableWithCircuitBreakerActorSelection extends AnyVal

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

  3. final class CircuitBreakerAwareFuture extends AnyVal

    Permalink

    Extends scala.concurrent.Future with the method failForOpenCircuitWith to handle akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure failure responses throwing an exception built with the given exception builder

    Extends scala.concurrent.Future with the method failForOpenCircuitWith to handle akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure failure responses throwing an exception built with the given exception builder

    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

  4. final class CircuitBreakerProxy extends Actor with ActorLogging with FSM[CircuitBreakerState, CircuitBreakerStateData]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

  5. sealed class OpenCircuitException extends RuntimeException

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

Deprecated Value Members

  1. object CircuitBreakerProxy

    Permalink

    This is an Actor which implements the circuit breaker pattern, you may also be interested in the raw circuit breaker akka.pattern.CircuitBreaker

    This is an Actor which implements the circuit breaker pattern, you may also be interested in the raw circuit breaker akka.pattern.CircuitBreaker

    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

  2. object Implicits

    Permalink

    Convenience implicit conversions to provide circuit-breaker aware management of the ask pattern, either directly replacing the ask/? with askWithCircuitBreaker or with an extension method to the Future result of an ask pattern to fail in case of akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure response

    Convenience implicit conversions to provide circuit-breaker aware management of the ask pattern, either directly replacing the ask/? with askWithCircuitBreaker or with an extension method to the Future result of an ask pattern to fail in case of akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure response

    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.0) Use akka.pattern.CircuitBreaker + ask instead

Ungrouped