All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalecube.services.transport.api.ClientTransport Maven / Gradle / Ivy

package io.scalecube.services.transport.api;

import io.scalecube.services.ServiceReference;

public interface ClientTransport {

  /**
   * Creates {@link ClientChannel} ready for communication with remote service endpoint.
   *
   * @param serviceReference target serviceReference
   * @return {@code ClientChannel} instance
   */
  ClientChannel create(ServiceReference serviceReference);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy