class TopicQueryMessage : UdpMessage
(source)
<init> |
TopicQueryMessage(requestId: Bytes = UdpMessage.requestId(), topic: Bytes) |
requestId |
val requestId: Bytes |
topic |
val topic: Bytes |
encode |
fun encode(): Bytes |
getMessageType |
fun getMessageType(): Bytes |
create |
fun create(content: Bytes): TopicQueryMessage |