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.IOException
void sendMessage(StreamMessage message) throws java.io.IOException
java.io.IOException
boolean connected()
void close()
Copyright © 2009-2022 The Apache Software Foundation