DefaultRestApiClient

camundala.camunda7.worker.DefaultRestApiClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self 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 : Decoder](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
def sendRequest[ServiceIn : Encoder, ServiceOut : Decoder](runnableRequest: RunnableRequest[ServiceIn]): () ?=> ServiceOut

Attributes

Inherited from:
RestApiClient