public interface OpenMetadataTopic
| Modifier and Type | Method and Description |
|---|---|
String |
registerListener(OpenMetadataTopicListener newListener)
Register a listener object.
|
void |
sendEvent(String event)
Sends the supplied event to the topic.
|
String registerListener(OpenMetadataTopicListener newListener)
newListener - object implementing the listener interfacevoid sendEvent(String event) throws ConnectorCheckedException
event - object containing the event properties.ConnectorCheckedException - the connector is not able to communicate with the event busCopyright © 2018–2020 ODPi. All rights reserved.