Package

rhttpc.client

protocol

Permalink

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. case class Correlated[+T](msg: T, correlationId: String) extends Product with Serializable

    Permalink
  2. sealed trait Exchange[+Request, +Response] extends AnyRef

    Permalink
  3. case class FailureExchange[Request](request: Request, exception: Throwable) extends Exchange[Request, Nothing] with Product with Serializable

    Permalink
  4. case class Request[+T](correlated: Correlated[T], attempt: Int, lastPlannedDelay: Option[FiniteDuration], firstAttemptTimestamp: Instant) extends Product with Serializable

    Permalink
  5. case class SuccessExchange[Request, Response](request: Request, response: Response) extends Exchange[Request, Response] with Product with Serializable

    Permalink

Value Members

  1. object Request extends Serializable

    Permalink

Ungrouped