public class CheckRegistration extends Object
ServletContextListener
responsible for registering the list of health check
and deep check implementations based on JmxCheck
.
This is the one place in all of Confluence registration should be done.Constructor and Description |
---|
CheckRegistration() |
Modifier and Type | Method and Description |
---|---|
static String |
elasticsearchCheckName() |
void |
init()
The one place to register all checks in Confluence.
|
static String |
memcachedCheckName() |
public static String elasticsearchCheckName()
public static String memcachedCheckName()
@PostConstruct public void init()
DelegatedCheckMXBean
here
and use the name it's registered against to register the actual implementation later via DelegatedJmxCheckRegistrar
Copyright © 2003–2017 Atlassian. All rights reserved.