Interface EventProcessorHost.EventProcessorHostBuilder.ManagerStep

    • Method Detail

      • useAzureStorageCheckpointLeaseManager

        EventProcessorHost.EventProcessorHostBuilder.AuthStep useAzureStorageCheckpointLeaseManager​(String storageConnectionString,
                                                                                                    String storageContainerName,
                                                                                                    String storageBlobPrefix)
        Use the built-in Azure Storage-based lease and checkpoint managers.
        Parameters:
        storageConnectionString - Connection string for the Azure Storage account
        storageContainerName - name for the blob container within the Storage account
        storageBlobPrefix - prefix for the names of the blobs within the blob container, can be empty or null
        Returns:
        interface for setting the Event Hub connection info and auth
      • useAzureStorageCheckpointLeaseManager

        EventProcessorHost.EventProcessorHostBuilder.AuthStep useAzureStorageCheckpointLeaseManager​(com.microsoft.azure.storage.StorageCredentials storageCredentials,
                                                                                                    String storageContainerName,
                                                                                                    String storageBlobPrefix)
        Use the built-in Azure Storage-based lease and checkpoint managers.
        Parameters:
        storageCredentials - credentials for an Azure Storage account, such as an AAD token
        storageContainerName - name for the blob container within the Storage account
        storageBlobPrefix - prefix for the names of the blobs within the blob container, can be empty or null
        Returns:
        interface for setting the Event Hub connection info and auth