Interface Dependency
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractDependency
,DatabaseDependency
,ExternalDependency
,FgpDatabaseDependency
,ServiceDependency
Service Dependency
A wrapper for anything the server depends on to be considered in a "healthy" state.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static class
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
getName
String getName()Get the unique name of this dependency -
test
Dependency.TestResult test()Test the resource availability
-