Uses of Interface
zipkin2.reporter.Call.Mapper
-
-
Uses of Call.Mapper in zipkin2.reporter
Methods in zipkin2.reporter with parameters of type Call.Mapper Modifier and Type Method Description <R> Call<R>Call. map(Call.Mapper<V,R> mapper)Maps the result of this call into a different shape, as defined by themapperfunction.
-