public class DefaultIssueEventProcessingStatsLogger extends Object implements IssueEventProcessingStatsLogger
| Modifier and Type | Field and Description |
|---|---|
static IssueEventProcessingStatsLogger |
NOOP |
| Constructor and Description |
|---|
DefaultIssueEventProcessingStatsLogger(String statsGroupName) |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(String name,
Runnable op) |
<T> T |
wrap(String name,
java.util.function.Supplier<T> op) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault, getNoOppublic static final IssueEventProcessingStatsLogger NOOP
public DefaultIssueEventProcessingStatsLogger(String statsGroupName)
public void wrap(String name, Runnable op)
wrap in interface IssueEventProcessingStatsLoggerpublic <T> T wrap(String name, java.util.function.Supplier<T> op)
wrap in interface IssueEventProcessingStatsLoggerCopyright © 2002-2024 Atlassian. All Rights Reserved.