Class SearchCallFactory
- java.lang.Object
-
- zipkin2.elasticsearch.internal.client.SearchCallFactory
-
public class SearchCallFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchCallFactory(HttpCall.Factory http)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> HttpCall<V>
newCall(SearchRequest request, HttpCall.BodyConverter<V> bodyConverter)
-
-
-
Constructor Detail
-
SearchCallFactory
public SearchCallFactory(HttpCall.Factory http)
-
-
Method Detail
-
newCall
public <V> HttpCall<V> newCall(SearchRequest request, HttpCall.BodyConverter<V> bodyConverter)
-
-