public interface MessageStreamWriter
Modifier and Type | Method and Description |
---|---|
boolean |
tryClose() |
void |
write(java.lang.String topic,
java.lang.Object msg) |
void |
writeByteAsInt(int byteToWrite) |
void |
writeBytes(byte[] bytes) |
void |
writeReply(int reqId,
java.lang.String reqTopic,
java.lang.Object replyMsg) |
void |
writeRequest(int reqId,
java.lang.String reqTopic,
java.lang.Object req) |
void |
writeSubscription(int msgType,
java.lang.String subject,
java.nio.charset.Charset charset) |
void writeByteAsInt(int byteToWrite) throws java.io.IOException
java.io.IOException
void write(java.lang.String topic, java.lang.Object msg) throws java.io.IOException
java.io.IOException
void writeRequest(int reqId, java.lang.String reqTopic, java.lang.Object req) throws java.io.IOException
java.io.IOException
void writeBytes(byte[] bytes) throws java.io.IOException
java.io.IOException
boolean tryClose()
void writeReply(int reqId, java.lang.String reqTopic, java.lang.Object replyMsg) throws java.io.IOException
java.io.IOException
void writeSubscription(int msgType, java.lang.String subject, java.nio.charset.Charset charset) throws java.io.IOException
java.io.IOException
Copyright © 2019. All Rights Reserved.