public class JerseyRemoteRegionClientFactory
extends java.lang.Object
implements com.netflix.discovery.shared.transport.TransportClientFactory
| Constructor and Description |
|---|
JerseyRemoteRegionClientFactory(EurekaServerConfig serverConfig,
ServerCodecs serverCodecs,
java.lang.String region) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.discovery.shared.transport.EurekaHttpClient |
newClient(com.netflix.discovery.shared.resolver.EurekaEndpoint endpoint) |
void |
shutdown() |
@Inject public JerseyRemoteRegionClientFactory(EurekaServerConfig serverConfig, ServerCodecs serverCodecs, java.lang.String region)
public com.netflix.discovery.shared.transport.EurekaHttpClient newClient(com.netflix.discovery.shared.resolver.EurekaEndpoint endpoint)
newClient in interface com.netflix.discovery.shared.transport.TransportClientFactorypublic void shutdown()
shutdown in interface com.netflix.discovery.shared.transport.TransportClientFactory