Package zipkin2

Interface Call.Mapper<V1,V2>

All Known Implementing Classes:
GroupByTraceId
Enclosing class:
Call<V>

public static interface Call.Mapper<V1,V2>
  • Method Summary

    Modifier and Type
    Method
    Description
    map(V1 input)
     
  • Method Details

    • map

      V2 map(V1 input)