UdpReceiverResponse

data class UdpReceiverResponse(val encoding: String? = null, val endpoint: String, val jsonArrayMapper: JsonArrayMapperResponse? = null, val readQueueLength: Int? = null)

Receiver using UDP as transport protocol.

Constructors

Link copied to clipboard
constructor(encoding: String? = null, endpoint: String, jsonArrayMapper: JsonArrayMapperResponse? = null, readQueueLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encoding: String? = null

The encoding of the stream being received.

Link copied to clipboard

TCP endpoint definition. Example: 0.0.0.0:.

Link copied to clipboard

Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.

Link copied to clipboard
val readQueueLength: Int? = null

Max read queue length.