Interface ITopicConnection
- All Superinterfaces:
AutoCloseable,IConnection,IURIConnection
- All Known Subinterfaces:
IPublisher<T>,ISubscriber<T>
- All Known Implementing Classes:
AbstractTopicConnection,AMQPSubscriberImpl
-
Method Summary
Modifier and TypeMethodDescriptionThe string topic to publish events on for this manager.Methods inherited from interface org.eclipse.scanning.api.event.core.IConnection
close, disconnect, isConnectedMethods inherited from interface org.eclipse.scanning.api.event.core.IURIConnection
getConnectorService, getUri
-
Method Details
-
getTopicName
String getTopicName()The string topic to publish events on for this manager. The events will be beans which serialize to JSON.- Returns:
- the topic name
-