Package

com.lightbend.kafka.scala

iq

Permalink

package iq

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. iq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val CHARSET: Charset

    Permalink
  2. package http

    Permalink
  3. def retry[T](op: ⇒ T, delay: FiniteDuration, retries: Int)(implicit ec: ExecutionContext, s: Scheduler): Future[T]

    Permalink

    Given an operation that produces a T, returns a Future containing the result of T, unless an exception is thrown, in which case the operation will be retried after _delay_ time, if there are more possible retries, which is configured through the _retries_ parameter.

    Given an operation that produces a T, returns a Future containing the result of T, unless an exception is thrown, in which case the operation will be retried after _delay_ time, if there are more possible retries, which is configured through the _retries_ parameter. If the operation does not succeed and there is no retries left, the resulting Future will contain the last failure.

  4. package serializers

    Permalink
  5. package services

    Permalink
  6. def translateHostInterface(host: String): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped