Interface IURIConnection

All Superinterfaces:
AutoCloseable, IConnection
All Known Subinterfaces:
IPublisher<T>, IRequester<T>, IRequestResponseConnection, IResponder<T>, ISubmitter<T>, ISubscriber<T>, ITopicConnection
All Known Implementing Classes:
AbstractTopicConnection, AMQPSubscriberImpl, JmsQueueReader, JobQueueImpl, JobQueueProxy, ResponderImpl

public interface IURIConnection extends IConnection
  • Method Details

    • getUri

      URI getUri()
      The URI of this connection.
      Returns:
    • getConnectorService

      IEventConnectorService getConnectorService()
      The underlyng service which the uri is connected using