Udp Receiver Args
data class UdpReceiverArgs(val encoding: Output<Either<String, StreamEncodingType>>? = null, val endpoint: Output<String>, val readQueueLength: Output<Int>? = null) : ConvertibleToJava<UdpReceiverArgs>
Receiver using UDP as transport protocol.
Constructors
Link copied to clipboard
constructor(encoding: Output<Either<String, StreamEncodingType>>? = null, endpoint: Output<String>, readQueueLength: Output<Int>? = null)