ServiceWorkerApi

camundala.api.ServiceWorkerApi
See theServiceWorkerApi companion object
case class ServiceWorkerApi[In <: Product, Out <: Product, ServiceIn <: Product, ServiceOut](name: String, inOut: ServiceTask[In, Out, ServiceIn, ServiceOut], apiExamples: ApiExamples[In, Out])(implicit evidence$22: Encoder[In], evidence$23: Decoder[In], evidence$24: Schema[In], evidence$25: Encoder[Out], evidence$26: Decoder[Out], evidence$27: Schema[Out], evidence$28: ClassTag[Out], evidence$29: Encoder[ServiceIn], evidence$30: Schema[ServiceIn], evidence$31: Encoder[ServiceOut], evidence$32: Decoder[ServiceOut], evidence$33: Schema[ServiceOut]) extends ExternalTaskApi[In, Out]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExternalTaskApi[In, Out]
trait InOutApi[In, Out]
trait CApi
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apiDescription(diagramDownloadPath: Option[String], diagramNameAdjuster: Option[String => String]): String

Attributes

Definition Classes
def withExamples(examples: ApiExamples[In, Out]): InOutApi[In, Out]

Inherited methods

def addInExample(label: String, example: In): InOutApi[In, Out]

Attributes

Inherited from:
InOutApi
def addOutExample(label: String, example: Out): InOutApi[In, Out]

Attributes

Inherited from:
InOutApi
protected def diagramFrame(diagramDownloadPath: String, diagramNameAdjuster: Option[String => String]): String

Attributes

Inherited from:
InOutApi
protected def diagramName: Option[String]

Attributes

Inherited from:
InOutApi
def processName: String

Attributes

Inherited from:
ExternalTaskApi
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy val descr: String

Attributes

Inherited from:
InOutApi
lazy val id: String

Attributes

Inherited from:
InOutApi
lazy val inJson: Option[Json]

Attributes

Inherited from:
InOutApi
lazy val inMapper: Body[String, In]

Attributes

Inherited from:
InOutApi
lazy val inOutDescr: InOutDescr[In, Out]

Attributes

Inherited from:
InOutApi
lazy val outJson: Option[Json]

Attributes

Inherited from:
InOutApi
lazy val outMapper: Body[String, Out]

Attributes

Inherited from:
InOutApi
lazy val topicName: String

Attributes

Inherited from:
ExternalTaskApi
lazy val typeName: String

Attributes

Inherited from:
InOutApi
lazy val variableNamesIn: List[String]

Attributes

Inherited from:
InOutApi
lazy val variableNamesOut: List[String]

Attributes

Inherited from:
InOutApi