DefaultRestApiClient
camundala.camunda7.worker.DefaultRestApiClient
object DefaultRestApiClient extends RestApiClient
Attributes
- Graph
-
- Supertypes
- Self type
-
DefaultRestApiClient.type
Members list
Value members
Inherited methods
protected def auth(request: Request[Either[String, String], Any])(using EngineRunContext): Either[ServiceAuthError, Request[Either[String, String], Any]]
Attributes
- Inherited from:
- RestApiClient
protected def decodeResponse[ServiceOut : ClassTag](body: String): Either[ServiceBadBodyError, ServiceOut]
Attributes
- Inherited from:
- RestApiClient
protected def readBody(statusCode: StatusCode, response: Response[Either[String, String]], request: Request[Either[String, String], Any]): Either[ServiceRequestError, String]
Attributes
- Inherited from:
- RestApiClient
protected def requestWithOptBody[ServiceIn : Encoder](runnableRequest: RunnableRequest[ServiceIn]): Either[ServiceBadBodyError, RequestT[Identity, Either[String, String], Any]]
Attributes
- Inherited from:
- RestApiClient
protected def sendRequest(request: Request[Either[String, String], Any]): Either[ServiceUnexpectedError, Response[Either[String, String]]]
Attributes
- Inherited from:
- RestApiClient
def sendRequest[ServiceIn : Encoder, ServiceOut : ClassTag](runnableRequest: RunnableRequest[ServiceIn]): () ?=> ServiceOut
Attributes
- Inherited from:
- RestApiClient
In this article