public class SearchCallFactory extends Object
Constructor and Description |
---|
SearchCallFactory(HttpCall.Factory http) |
Modifier and Type | Method and Description |
---|---|
<V> HttpCall<V> |
newCall(SearchRequest request,
HttpCall.BodyConverter<V> bodyConverter) |
public SearchCallFactory(HttpCall.Factory http)
public <V> HttpCall<V> newCall(SearchRequest request, HttpCall.BodyConverter<V> bodyConverter)
Copyright © 2015–2018 OpenZipkin. All rights reserved.