CorrelateMessage

case class CorrelateMessage[In <: Product](event: ReceiveMessageEvent[In], restApi: CamundaRestApi[In, NoOutput])(implicit evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In], evidence$4: ClassTag[In]) extends ApiEndpoint[In, CorrelateMessageIn, NoOutput, CorrelateMessage[In]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createPostman()(using tenantId: Option[String]): Seq[Endpoint[Unit, _, Unit, Unit, Any]]

Inherited methods

def create(): Seq[Endpoint[Unit, _, Unit, _, Any]]
Inherited from:
ApiEndpoint
protected def definitionKeyPath(key: String): EndpointInput[String]
Inherited from:
ApiEndpoint
protected def inMapper(): Option[EndpointInput[In]]
Inherited from:
ApiEndpoint
protected def outMapper(): Option[EndpointOutput[NoOutput]]
Inherited from:
ApiEndpoint
def postmanBaseEndpoint(using tenantId: Option[String]): Endpoint[Unit, _, Unit, Unit, Any]
Inherited from:
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
protected def tenantIdPath(id: String): EndpointInput[String]
Inherited from:
ApiEndpoint
def withDescr(description: String): CorrelateMessage[In]
Inherited from:
ApiEndpoint
def withInExample(label: String, example: In): CorrelateMessage[In]
Inherited from:
ApiEndpoint
def withName(n: String): CorrelateMessage[In]
Inherited from:
ApiEndpoint
def withOutExample(label: String, example: NoOutput): CorrelateMessage[In]
Inherited from:
ApiEndpoint
def withTag(t: String): CorrelateMessage[In]
Inherited from:
ApiEndpoint

Concrete fields

val apiName: String
lazy override val descr: String
val endpointType: String

Inherited fields

lazy val inExample: In
Inherited from:
ApiEndpoint
Inherited from:
ApiEndpoint
lazy val postmanName: String
Inherited from:
ApiEndpoint
lazy val tag: String
Inherited from:
ApiEndpoint