jar

tech.hillview : curator-service-api-client

Maven & Gradle

May 08, 2018

tech.hillview:curator-service-api-client · Curator-Service-Api-Client is an API client factory for services registered in ZooKeeper via Curator Framework or Spring Cloud ZooKeeper, featuring Service Discovery and Load balancing.

Table Of Contents

Latest Version

Download tech.hillview : curator-service-api-client JAR file - Latest Versions:

All Versions

Download tech.hillview : curator-service-api-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window curator-service-api-client-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.hillview.api.curator.client.finder

├─ tech.hillview.api.curator.client.finder.CuratorServiceInstanceFinder.class - [JAR]

├─ tech.hillview.api.curator.client.finder.FixedListServiceInstanceFinder.class - [JAR]

tech.hillview.api.curator.client

├─ tech.hillview.api.curator.client.ApiClientFactory.class - [JAR]

├─ tech.hillview.api.curator.client.ApiClientFactoryImpl.class - [JAR]

├─ tech.hillview.api.curator.client.ApiInterfaceMeta.class - [JAR]

├─ tech.hillview.api.curator.client.ApiInvokerCreator.class - [JAR]

├─ tech.hillview.api.curator.client.ApiInvokerRetrofitClientCreator.class - [JAR]

├─ tech.hillview.api.curator.client.ApiServiceExceptionConverter.class - [JAR]

├─ tech.hillview.api.curator.client.ApiServiceExceptionConverterImpl.class - [JAR]

├─ tech.hillview.api.curator.client.Constants.class - [JAR]

├─ tech.hillview.api.curator.client.DirectCallAdapterFactory.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceInstanceChooser.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceInstanceFinder.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceInstancePayload.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceInstanceSerializer.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceRegister.class - [JAR]

├─ tech.hillview.api.curator.client.ServiceRegisterImpl.class - [JAR]

tech.hillview.api.curator.client.exception

├─ tech.hillview.api.curator.client.exception.ApiCallException.class - [JAR]

├─ tech.hillview.api.curator.client.exception.ApiConfigException.class - [JAR]

├─ tech.hillview.api.curator.client.exception.ApiServiceException.class - [JAR]

tech.hillview.api.curator.client.annotation

├─ tech.hillview.api.curator.client.annotation.ApiClient.class - [JAR]

tech.hillview.api.curator.client.util

├─ tech.hillview.api.curator.client.util.ServiceRegisterHelper.class - [JAR]

tech.hillview.api.curator.client.chooser

├─ tech.hillview.api.curator.client.chooser.AlwaysFirstChooser.class - [JAR]

├─ tech.hillview.api.curator.client.chooser.RandomChooser.class - [JAR]

├─ tech.hillview.api.curator.client.chooser.RoundRobinChooser.class - [JAR]

tech.hillview.api.curator.client.spring

├─ tech.hillview.api.curator.client.spring.ApiClientBeanRegister.class - [JAR]

├─ tech.hillview.api.curator.client.spring.ApiClientClassPathScanner.class - [JAR]