Interface Dependency

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AbstractDependency, DatabaseDependency, ExternalDependency, FgpDatabaseDependency, ServiceDependency

public interface Dependency extends AutoCloseable
Service Dependency

A wrapper for anything the server depends on to be considered in a "healthy" state.

  • Method Details