WithRetries

trait WithRetries[P[_]] extends AjaxClient[P]
trait AjaxClient[P]
class Object
trait Matchable
class Any
trait Binary[P]
trait Json[P]

Value members

Abstract methods

protected def singleCall(p: AjaxProtocol[P])(req: RequestType): AsyncCallback[Response[ResponseType]]

Concrete methods

protected def callWithRetry(p: AjaxProtocol[P])(req: RequestType): AsyncCallback[Response[ResponseType]]

Concrete fields

protected val maxRetries: Int