Uses of Class
org.glowroot.agent.plugin.api.MessageSupplier
-
Uses of MessageSupplier in org.glowroot.agent.plugin.api
Modifier and TypeMethodDescriptionstatic MessageSupplier
Creates aMessageSupplier
for the specifiedmessage
.static MessageSupplier
Creates aMessageSupplier
for the specifiedtemplate
andargs
.Modifier and TypeMethodDescriptionThreadContext.startAsyncServiceCallEntry
(String type, String text, MessageSupplier messageSupplier, TimerName timerName) ThreadContext.startAsyncTraceEntry
(MessageSupplier messageSupplier, TimerName timerName) ThreadContext.startServiceCallEntry
(String type, String text, MessageSupplier messageSupplier, TimerName timerName) ThreadContext.startTraceEntry
(MessageSupplier messageSupplier, TimerName timerName) Creates and starts a trace entry with the givenmessageSupplier
.OptionalThreadContext.startTransaction
(String transactionType, String transactionName, MessageSupplier messageSupplier, TimerName timerName) If there is no active transaction, a new transaction is started.OptionalThreadContext.startTransaction
(String transactionType, String transactionName, MessageSupplier messageSupplier, TimerName timerName, OptionalThreadContext.AlreadyInTransactionBehavior alreadyInTransactionBehavior)