Modifier and Type | Class and Description |
---|---|
class |
SystemdNotifyApplicationContextStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding the bean creation progress of a bean factory. |
class |
SystemdNotifyApplicationRunStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding the Spring Boot application startup sequence state. |
class |
SystemdNotifyClassLoaderStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding loaded classes. |
class |
SystemdNotifyHeapStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding the heap zone of the memory. |
class |
SystemdNotifyNonHeapStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding the non-heap zone of the memory. |
class |
SystemdNotifyTomcatStatusProvider
Implementation of
SystemdNotifyStatusProvider that provides information regarding Tomcat thread pools. |
Modifier and Type | Method and Description |
---|---|
List<SystemdNotifyStatusProvider> |
Systemd.getStatusProviders()
Returns a read only view of the current providers.
|
Modifier and Type | Method and Description |
---|---|
void |
Systemd.addStatusProviders(int index,
SystemdNotifyStatusProvider... providers)
Adds the status providers to the the list of providers in the specified position.
|
void |
Systemd.addStatusProviders(SystemdNotifyStatusProvider... providers)
Adds the status providers to the end of the list of providers.
|
Modifier and Type | Method and Description |
---|---|
void |
Systemd.addStatusProviders(int index,
List<SystemdNotifyStatusProvider> providers)
Adds the status providers to the the list of providers in the specified position.
|
void |
Systemd.setStatusProviders(List<SystemdNotifyStatusProvider> providers)
Sets the current providers, unregistering any other previously added.
|
Copyright © 2017–2018. All rights reserved.