Class CommandHelper.CommandMessage
java.lang.Object
com.illumon.iris.db.v2.logaggregator.CommandHelper.CommandMessage
- Enclosing class:
- CommandHelper
A LasCommandId and optional associated data.
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
write
(SocketChannel channel) Write this command and payload to the socket.
-
Method Details
-
getCommand
-
write
Write this command and payload to the socket.- Parameters:
channel
- writable byte channel- Throws:
IOException
- if the message cannot be sent
-
toString
-