public interface StreamingMessageSender
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
connected() |
void |
initialize() |
void |
sendMessage(StreamMessage message) |
void initialize()
throws java.io.IOException
java.io.IOExceptionvoid sendMessage(StreamMessage message) throws java.io.IOException
java.io.IOExceptionboolean connected()
void close()
Copyright © 2009-2022 The Apache Software Foundation