vertx / io.vertx.kotlin.core.datagram / io.vertx.core.datagram.DatagramSocket / listenMulticastGroupAwait

listenMulticastGroupAwait

suspend fun DatagramSocket.listenMulticastGroupAwait(multicastAddress: String): Unit

Suspending version of method io.vertx.core.datagram.DatagramSocket.listenMulticastGroup

Parameters

multicastAddress -

the address of the multicast group to join

NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.

suspend fun DatagramSocket.listenMulticastGroupAwait(multicastAddress: String, networkInterface: String, source: String?): Unit

Suspending version of method io.vertx.core.datagram.DatagramSocket.listenMulticastGroup

Parameters

multicastAddress - the address of the multicast group to join

networkInterface - the network interface on which to listen for packets.

source -

the address of the source for which we will listen for multicast packets

NOTE: This function has been automatically generated from io.vertx.core.datagram.DatagramSocket using Vert.x codegen.