Package

failurewall

Permalink

package failurewall

Visibility
  1. Public
  2. All

Type Members

  1. trait Failurewall[A, B] extends AnyRef

    Permalink

    A Failurewall wraps and decorates calls.

    A Failurewall wraps and decorates calls.

    A Failurewall is finally made up of some Failurewalls by compose.

    val circuitBreaker: Failurewall[Response] = ???
    val semaphore: Failurewall[Response] = ???
    val failurewall = circuitBreaker.compose(semaphore)
  2. class FailurewallException extends RuntimeException

    Permalink

    An exception for Failurewall's error.

Value Members

  1. object Failurewall

    Permalink
  2. package retry

    Permalink
  3. package semaphore

    Permalink
  4. package util

    Permalink

Ungrouped