Uses of Class
io.confluent.kafka.schemaregistry.client.rest.RestService
Packages that use RestService
-
Uses of RestService in io.confluent.kafka.schemaregistry.client
Constructors in io.confluent.kafka.schemaregistry.client with parameters of type RestServiceModifierConstructorDescriptionCachedSchemaRegistryClient(RestService restService, int cacheCapacity) CachedSchemaRegistryClient(RestService restService, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders) CachedSchemaRegistryClient(RestService restService, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders, com.google.common.base.Ticker ticker) CachedSchemaRegistryClient(RestService restService, int cacheCapacity, Map<String, ?> configs) CachedSchemaRegistryClient(RestService restService, int cacheCapacity, Map<String, ?> originals, Map<String, String> httpHeaders)