Class AskeableWithCircuitBreakerActorSelection


  • public final class AskeableWithCircuitBreakerActorSelection
    extends scala.AnyVal
    Deprecated.
    Use akka.pattern.CircuitBreaker + ask instead. Since 2.5.0.
    • Constructor Detail

      • AskeableWithCircuitBreakerActorSelection

        public AskeableWithCircuitBreakerActorSelection​(ActorSelection actorSelection)
        Deprecated.
    • Method Detail

      • askWithCircuitBreaker$extension

        public static final scala.concurrent.Future<java.lang.Object> askWithCircuitBreaker$extension​(AskeableWithCircuitBreakerActorSelection $this,
                                                                                                      java.lang.Object message,
                                                                                                      scala.concurrent.ExecutionContext executionContext,
                                                                                                      Timeout timeout,
                                                                                                      ActorRef sender)
        Deprecated.
      • internalAskWithCircuitBreaker$extension

        public static final scala.concurrent.Future<java.lang.Object> internalAskWithCircuitBreaker$extension​(AskeableWithCircuitBreakerActorSelection $this,
                                                                                                              java.lang.Object message,
                                                                                                              Timeout timeout,
                                                                                                              ActorRef sender,
                                                                                                              scala.concurrent.ExecutionContext executionContext)
        Deprecated.
      • askWithCircuitBreaker

        public scala.concurrent.Future<java.lang.Object> askWithCircuitBreaker​(java.lang.Object message,
                                                                               scala.concurrent.ExecutionContext executionContext,
                                                                               Timeout timeout,
                                                                               ActorRef sender)
        Deprecated.
      • askWithCircuitBreaker$default$4

        public ActorRef askWithCircuitBreaker$default$4​(java.lang.Object message)
        Deprecated.
      • internalAskWithCircuitBreaker

        public scala.concurrent.Future<java.lang.Object> internalAskWithCircuitBreaker​(java.lang.Object message,
                                                                                       Timeout timeout,
                                                                                       ActorRef sender,
                                                                                       scala.concurrent.ExecutionContext executionContext)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Deprecated.
        Overrides:
        equals in class java.lang.Object