Package dev.inspector.agent.model
Class Transaction
java.lang.Object
dev.inspector.agent.model.Context
dev.inspector.agent.model.Transaction
- All Implemented Interfaces:
Transportable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()end(BigDecimal duration) static longbooleanisEnded()org.json.JSONObjectwithType(TransactionType type) Methods inherited from class dev.inspector.agent.model.Context
addContext
-
Constructor Details
-
Transaction
-
-
Method Details
-
withUser
-
withType
-
setResult
-
end
-
end
-
getMemoryPeak
public static long getMemoryPeak() -
isEnded
public boolean isEnded() -
getBasicTransactionInfo
-
toTransport
public org.json.JSONObject toTransport()- Specified by:
toTransportin interfaceTransportable
-