public interface TopicPublisher
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
Topic |
getTopic() |
void |
sendEvent(TopicDataEvent inEvent,
OverlayPath... inDests) |
void |
sendEventData(byte[] inData,
OverlayPath... inDests) |
void |
sendEventData(byte[] inData,
java.util.Properties inProps,
OverlayPath... inDests) |
Topic getTopic()
void sendEventData(byte[] inData,
OverlayPath... inDests)
throws TopicException
TopicExceptionvoid sendEventData(byte[] inData,
java.util.Properties inProps,
OverlayPath... inDests)
throws TopicException
TopicExceptionvoid sendEvent(TopicDataEvent inEvent, OverlayPath... inDests) throws TopicException
TopicExceptionvoid cancel()