Class ServiceDependency

All Implemented Interfaces:
AutoCloseable, Dependency

public abstract class ServiceDependency extends ExternalDependency
Service Dependency

A dependency wrapper for an external HTTP service.

Implementations of this wrapper provide the specifics of how to check the health status of the external service.

  • Constructor Details

    • ServiceDependency

      public ServiceDependency(String name, String url, int port)
  • Method Details