Uses of Interface
co.elastic.apm.api.HeaderExtractor
-
-
Uses of HeaderExtractor in co.elastic.apm.api
Methods in co.elastic.apm.api with parameters of type HeaderExtractor Modifier and Type Method Description static TransactionElasticApm. startTransactionWithRemoteParent(HeaderExtractor headerExtractor)Similar toElasticApm.startTransaction()but creates this transaction as the child of a remote parent.static TransactionElasticApm. startTransactionWithRemoteParent(HeaderExtractor headerExtractor, HeadersExtractor headersExtractor)Similar toElasticApm.startTransaction()but creates this transaction as the child of a remote parent.
-