Package | Description |
---|---|
org.glowroot.agent.plugin.api |
Modifier and Type | Method and Description |
---|---|
static MessageSupplier |
MessageSupplier.create(String message)
Creates a
MessageSupplier for the specified message . |
static MessageSupplier |
MessageSupplier.create(String template,
String... args)
Creates a
MessageSupplier for the specified template and args . |
MessageSupplier |
ThreadContext.getServletMessageSupplier()
Special purpose method.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadContext.setServletMessageSupplier(MessageSupplier messageSupplier)
Special purpose method.
|
AsyncTraceEntry |
ThreadContext.startAsyncServiceCallEntry(String type,
String text,
MessageSupplier messageSupplier,
TimerName timerName) |
AsyncTraceEntry |
ThreadContext.startAsyncTraceEntry(MessageSupplier messageSupplier,
TimerName timerName) |
TraceEntry |
ThreadContext.startServiceCallEntry(String type,
String text,
MessageSupplier messageSupplier,
TimerName timerName) |
TraceEntry |
ThreadContext.startTraceEntry(MessageSupplier messageSupplier,
TimerName timerName)
Creates and starts a trace entry with the given
messageSupplier . |
TraceEntry |
OptionalThreadContext.startTransaction(String transactionType,
String transactionName,
MessageSupplier messageSupplier,
TimerName timerName)
If there is no active transaction, a new transaction is started.
|
Copyright © 2011–2017 Glowroot contributors. All rights reserved.