Interface BlobCheckpointStoreContainerInitializer


public interface BlobCheckpointStoreContainerInitializer
Interface to be implemented in order to configure the BlobCheckpointStore's container programmatically.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(com.azure.storage.blob.BlobContainerAsyncClient containerAsyncClient)
    Init the Storage Blob checkpoint store container.
  • Method Details

    • init

      void init(com.azure.storage.blob.BlobContainerAsyncClient containerAsyncClient)
      Init the Storage Blob checkpoint store container.
      Parameters:
      containerAsyncClient - the Storage Blob container async client.