JsonAjaxClient
trait DefaultJsonAjaxClient
trait Json[JsonCodec]
trait WithRetries[JsonCodec]
trait AjaxClient[JsonCodec]
class Object
trait Matchable
class Any
JsonAjaxClient.type
Value members
Inherited methods
override def asyncFunction(p: AjaxProtocol[JsonCodec]): AsyncFunction[RequestType, ErrorMsg, ResponseType]
- Definition Classes
- WithRetries -> AjaxClient
- Inherited from:
- WithRetries
protected def callWithRetry(p: AjaxProtocol[JsonCodec])(req: RequestType): AsyncCallback[Response[ResponseType]]
- Inherited from:
- WithRetries
override def singleCall(p: AjaxProtocol[JsonCodec])(req: RequestType): AsyncCallback[Response[ResponseType]]
- Definition Classes
- Json -> WithRetries
- Inherited from:
- Json