public interface HeaderExtractor
Can be implemented as a lambda in Java 8 and as an anonymous inner class in Java 7.
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFirstHeader(java.lang.String headerName) |
Returns the value of the provided header name
|
Copyright © 2018–2019 Elastic Inc.. All rights reserved.