Interface IRequestResponseConnection

All Superinterfaces:
AutoCloseable, IConnection, IURIConnection
All Known Subinterfaces:
IRequester<T>, IResponder<T>
All Known Implementing Classes:
ResponderImpl

public interface IRequestResponseConnection extends IURIConnection
  • Method Details

    • setRequestTopic

      void setRequestTopic(String requestTopic)
      The topic used to request the response
    • getRequestTopic

      String getRequestTopic()
      The topic used to request the response
      Returns:
    • setResponseTopic

      void setResponseTopic(String responseTopic)
      The topic used to send the response.
    • getResponseTopic

      String getResponseTopic()
      The topic used to send the response.
      Returns: