Package org.mockserver.blob.azure
Class AzureBlobStoreRegistrar
java.lang.Object
org.mockserver.blob.azure.AzureBlobStoreRegistrar
Registers the
AzureBlobStore with the core
StateBackendFactory so that blobStoreType=azure
selects it. Call register() at application startup, or
let the factory's auto-discovery mechanism load this class via
reflection when the module is on the classpath.
This design keeps mockserver-core free of any Azure SDK
dependency.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()Register the Azure blob store factory withStateBackendFactory.
-
Method Details
-
register
public static void register()Register the Azure blob store factory withStateBackendFactory. Idempotent -- safe to call multiple times.
-