Interface HealthProbeDelegate


public interface HealthProbeDelegate
A delegate that handles health probe requests from the router.

Implementations should return the current runtime status of the capability.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current runtime status of the capability.
  • Method Details

    • getStatus

      RuntimeStatus getStatus(String id)
      Returns the current runtime status of the capability.
      Parameters:
      id - the identifier of the integration being checked
      Returns:
      the runtime status