Class BlobStorageHealthIndicator

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

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

      • BlobStorageHealthIndicator

        public BlobStorageHealthIndicator​(com.azure.storage.blob.BlobServiceClientBuilder blobServiceClientBuilder)
        Creates a new instance of BlobStorageHealthIndicator.
        Parameters:
        blobServiceClientBuilder - the BlobServiceClientBuilder
    • Method Detail

      • health

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