Package io.micronaut.eclipsestore.azure
Interface BlobStorageConfigurationProvider
- All Superinterfaces:
io.micronaut.core.naming.Named
,RootClassConfigurationProvider
- All Known Implementing Classes:
DefaultBlobStorageConfigurationProvider
- Since:
- 1.6.0
- Author:
- Simon Frauenschuh
-
Method Summary
Modifier and TypeMethodDescriptionThe name qualifier of the defined Azure Storage Container to use.@NonNull String
Methods inherited from interface io.micronaut.core.naming.Named
getName
Methods inherited from interface io.micronaut.eclipsestore.conf.RootClassConfigurationProvider
getRootClass
-
Method Details
-
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
- Returns:
- Returns the name of the blob container to use.
-