public interface CrossProcessTransactionState
extends com.newrelic.agent.bridge.CrossProcessState
| Modifier and Type | Method and Description |
|---|---|
int |
generatePathHash()
Combination of transactions that were called including this one.
|
java.lang.String |
getAlternatePathHashes()
A sorted, comma-separated list of alternate pathHash values that were given to callees, excluding the final
pathHash.
|
java.lang.String |
getTripId()
An id that is consistent across the entire trip through the system, or null if no trip id is required.
|
void |
writeResponseHeaders()
Send the transaction data response header.
|
void writeResponseHeaders()
java.lang.String getTripId()
int generatePathHash()
java.lang.String getAlternatePathHashes()