rd-framework / com.jetbrains.rd.framework / SocketWire / Base / send

send

open fun send(id: RdId, writer: (AbstractBuffer) -> Unit): Unit

Overrides WireBase.send

Sends a data block with the given id and the given writer function that can write the data.