Class FileStorageHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    public class FileStorageHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    Health indicator for file storage.
    • Constructor Detail

      • FileStorageHealthIndicator

        public FileStorageHealthIndicator​(com.azure.storage.file.share.ShareServiceClientBuilder shareServiceClientBuilder)
        Creates a new instance of FileStorageHealthIndicator.
        Parameters:
        shareServiceClientBuilder - the ShareServiceClientBuilder
    • Method Detail

      • health

        public org.springframework.boot.actuate.health.Health health()
        Specified by:
        health in interface org.springframework.boot.actuate.health.HealthIndicator