package client
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class BackoffStrategy extends Product with Serializable
- final case class Constant extends Retryable with Product with Serializable
- case class ContentApiBackoffException(message: String) extends RuntimeException with Product with Serializable
- trait ContentApiClient extends AnyRef
-
trait
ContentApiQueries extends AnyRef
Utility functions to instantiate each type of query
- class Decoder[Response <: ThriftStruct] extends AnyRef
- final case class Exponential extends Retryable with Product with Serializable
- final case class Multiple extends Retryable with Product with Serializable
- trait PaginationDecoder[Response, Element] extends AnyRef
- trait Parameter extends AnyRef
- trait Parameters[Owner <: Parameters[Owner]] extends AnyRef
- final case class RetryFailed extends BackoffStrategy with Product with Serializable
- abstract class Retryable extends BackoffStrategy
- trait RetryableContentApiClient extends ContentApiClient
-
abstract
class
ScheduledExecutor extends AnyRef
A single threaded executor for tasks scheduled in the future
A single threaded executor for tasks scheduled in the future
- Exceptions thrown
IllegalArgumentExceptionif { @code corePoolSize < 0}NullPointerExceptionif { @code threadFactory} or { @code handler} is null
Value Members
- object BackoffStrategy extends Serializable
- object ContentApiClient extends ContentApiQueries
- object Decoder
- object HttpRetry
- object Retry
- object ScheduledExecutor