Udp Receiver Response
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)