Interface TransportClientFactory
-
public interface TransportClientFactoryA low level client factory interface. Not advised to be used by top level consumers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EurekaHttpClientnewClient(EurekaEndpoint serviceUrl)voidshutdown()
-
-
-
Method Detail
-
newClient
EurekaHttpClient newClient(EurekaEndpoint serviceUrl)
-
shutdown
void shutdown()
-
-