Protocols

The following protocols are available globally.

  • Health check classes should extend this protocol to provide concrete implementations.

    See more

    Declaration

    Swift

    public protocol HealthCheck
  • Specifies the blueprint that must be implemented to satisfy the needs of a Health class. A concrete implementation of this protocol is already provided by this library (Health).

    See more

    Declaration

    Swift

    public protocol HealthProtocol