Interface BlobCheckpointStoreContainerInitializer


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(com.azure.storage.blob.BlobContainerAsyncClient containerAsyncClient)
      Init the Storage Blob checkpoint store container.
    • Method Detail

      • init

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