Uses of Class
org.glowroot.agent.plugin.api.MessageSupplier
Packages that use MessageSupplier
-
Uses of MessageSupplier in org.glowroot.agent.plugin.api
Methods in org.glowroot.agent.plugin.api that return MessageSupplierModifier and TypeMethodDescriptionstatic MessageSupplier
Creates aMessageSupplier
for the specifiedmessage
.static MessageSupplier
Creates aMessageSupplier
for the specifiedtemplate
andargs
.Methods in org.glowroot.agent.plugin.api with parameters of type MessageSupplierModifier 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)