Interface ITopicConnection

All Superinterfaces:
AutoCloseable, IConnection, IURIConnection
All Known Subinterfaces:
IPublisher<T>, ISubscriber<T>
All Known Implementing Classes:
AbstractTopicConnection, AMQPSubscriberImpl

public interface ITopicConnection extends IURIConnection
  • 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