public interface ExitCall
Transaction.startExitCall(String, String, String, boolean)
or
Transaction.startExitCall(Map, String, String, boolean)
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
API_EXIT_CALL_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
void |
end()
Ends this exit call.
|
java.lang.String |
getCorrelationHeader()
Gets an AppDynamics correlation header unique to this exit call.
|
void |
stash(java.lang.Object uniqueObject)
Stashes the current exit call using a unique object as a key.
|
static final java.lang.String API_EXIT_CALL_IDENTIFIER
java.lang.String getCorrelationHeader()
AppdynamicsAgent.startTransaction(String, String, String, boolean)
.void end()
void stash(java.lang.Object uniqueObject)
AppdynamicsAgent.fetchExitCall(Object)
.uniqueObject
- An object unique to this exit call