StaticStringRoutingEnrichmentResponse

data class StaticStringRoutingEnrichmentResponse(val key: String? = null, val value: String? = null, val valueType: String)

Constructors

Link copied to clipboard
constructor(key: String? = null, value: String? = null, valueType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

Static routing enrichment key.

Link copied to clipboard
val value: String? = null

String type routing enrichment value.

Link copied to clipboard

Static routing enrichment value type. For e.g. this property value can be 'String'. Expected value is 'String'.