Interface BlobStorageConfigurationProvider

All Superinterfaces:
io.micronaut.core.naming.Named, RootClassConfigurationProvider
All Known Implementing Classes:
DefaultBlobStorageConfigurationProvider

public interface BlobStorageConfigurationProvider extends RootClassConfigurationProvider
Since:
1.6.0
Author:
Simon Frauenschuh
  • Method Details

    • getBlobClientName

      @NonNull @NonNull Optional<String> getBlobClientName()
      The name qualifier of the defined Azure Storage Container to use. If unset, a client with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default client will be used.
      Returns:
      Returns the name qualifier of the Azure Storage Container to use.
    • getContainerName

      @NonNull @NonNull String getContainerName()
      Returns:
      Returns the name of the blob container to use.