Interface RequestResponseClientFactory


  • public interface RequestResponseClientFactory
    Factory to create request-response clients.
    • Method Detail

      • createRequestResponseClient

        RequestResponseClient createRequestResponseClient​(RequestResponseCallback callback)
        Parameters:
        callback - callback that is supposed to be invoked after all interceptors on a request-direction are visited and the request is ready to be conveyed over the network.
        Returns:
        a new RequestResponseClient.