Package

rhttpc.client

proxy

Permalink

package proxy

Visibility
  1. Public
  2. All

Type Members

  1. case class BackoffRetry(initialDelay: FiniteDuration, multiplier: BigDecimal, maxRetries: Int) extends FailureResponseHandleStrategyChooser with Product with Serializable

    Permalink
  2. case class ExhaustedRetry(message: String, cause: Throwable) extends Exception with RejectingMessage with Product with Serializable

    Permalink
  3. trait FailureResponseHandleStrategyChooser extends AnyRef

    Permalink
  4. class ReliableProxy[Request, Response] extends AnyRef

    Permalink
  5. case class ReliableProxyFactory()(implicit actorSystem: ActorSystem) extends Product with Serializable

    Permalink
  6. sealed trait ResponseHandleStrategy extends AnyRef

    Permalink
  7. case class Retry(delay: FiniteDuration) extends ResponseHandleStrategy with Product with Serializable

    Permalink

Value Members

  1. object ExhaustedRetry extends Serializable

    Permalink
  2. object Handle extends ResponseHandleStrategy with Product with Serializable

    Permalink
  3. object HandleAll extends FailureResponseHandleStrategyChooser

    Permalink
  4. object NonSuccessResponse extends Exception with Product with Serializable

    Permalink
  5. object PublishMsg

    Permalink
  6. object SendToDLQ extends ResponseHandleStrategy with Product with Serializable

    Permalink
  7. object Skip extends ResponseHandleStrategy with Product with Serializable

    Permalink
  8. object SkipAll extends FailureResponseHandleStrategyChooser

    Permalink
  9. object SkipMsg extends (Correlated[Exchange[Any, Any]]) ⇒ Future[Unit]

    Permalink

Ungrouped