RunnableRequest

camundala.worker.RunnableRequest
See theRunnableRequest companion object
case class RunnableRequest[ServiceIn](httpMethod: Method, apiUri: Uri, qSegments: Seq[QuerySegment], requestBodyOpt: Option[ServiceIn], headers: Map[String, String])(implicit evidence$1: Encoder[ServiceIn])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product