Packages

p

failurewall

timeout

package timeout

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class AkkaTimeoutFailurewall[A] extends Failurewall[A, A]

    A Failurewall to give up waiting for a call to be completed if that takes a long time.

    A Failurewall to give up waiting for a call to be completed if that takes a long time.

    Note

    The accuracy of timeout duration depends on Akka's Scheduler.

    ,

    AkkaTimeoutFailurewall almost ensures that calls will be completed within the time limit. However, that does not mean that calls are stopped or shut down. For instance, if AkkaTimeoutFailurewall wraps a http call and times out, the returned Future is completed but the http call is not cancelled and it is possible that the TCP connection leaks. Define onTimeout callback if necessary.

Value Members

  1. object AkkaTimeoutFailurewall

Ungrouped