Package co.elastic.apm.api
Interface HeaderExtractor
-
public interface HeaderExtractorUsed to extract the first header with a specific header name.Can be implemented as a lambda in Java 8 and as an anonymous inner class in Java 7.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFirstHeader(java.lang.String headerName)Returns the value of the provided header name
-