Class AzureBlobStoreRegistrar

java.lang.Object
org.mockserver.blob.azure.AzureBlobStoreRegistrar

public final class AzureBlobStoreRegistrar extends Object
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 Details

    • register

      public static void register()
      Register the Azure blob store factory with StateBackendFactory. Idempotent -- safe to call multiple times.