Uses of Interface
io.appform.ranger.http.serde.HTTPResponseDataDeserializer
Packages that use HTTPResponseDataDeserializer
-
Uses of HTTPResponseDataDeserializer in io.appform.ranger.http.servicefinder
Classes in io.appform.ranger.http.servicefinder with type parameters of type HTTPResponseDataDeserializerModifier and TypeClassDescriptionclassHttpNodeDataSource<T,D extends HTTPResponseDataDeserializer<T>> Methods in io.appform.ranger.http.servicefinder that return types with arguments of type HTTPResponseDataDeserializerModifier and TypeMethodDescriptionprotected NodeDataSource<T,HTTPResponseDataDeserializer<T>> HttpShardedServiceFinderBuilder.dataSource(Service service) protected NodeDataSource<T,HTTPResponseDataDeserializer<T>> HttpUnshardedServiceFinderBuilider.dataSource(Service service) -
Uses of HTTPResponseDataDeserializer in io.appform.ranger.http.servicefinderhub
Constructors in io.appform.ranger.http.servicefinderhub with parameters of type HTTPResponseDataDeserializerModifierConstructorDescriptionHttpShardedServiceFinderFactory(HttpClientConfig httpClientConfig, com.fasterxml.jackson.databind.ObjectMapper mapper, HTTPResponseDataDeserializer<T> deserializer, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector, int nodeRefreshIntervalMs) HttpUnshardedServiceFinderFactory(HttpClientConfig httpClientConfig, com.fasterxml.jackson.databind.ObjectMapper mapper, HTTPResponseDataDeserializer<T> deserializer, ShardSelector<T, ListBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector, int nodeRefreshIntervalMs)