Package-level declarations

Types

Link copied to clipboard
annotation class DataMessageMapping(val value: String, val type: DataMessageMapping.Type = Type.JSON)
Link copied to clipboard
@Controller
annotation class DataService(val value: String = "", val remoteLabelPattern: String = "", val discardTimeout: Long = 1, val timeUnit: TimeUnit = MINUTES)
Link copied to clipboard
annotation class IngressDestinationVariable(val token: String, val value: String = "")

An annotation that extends the behavior of DestinationVariable to enable ingress mapping.

Link copied to clipboard