| | 1 | | // Copyright (c) Microsoft. All rights reserved. |
| | 2 | | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
| | 3 | |
|
| | 4 | | namespace Microsoft.Azure.EventHubs.Processor |
| | 5 | | { |
| | 6 | | internal static class EventProcessorHostActionStrings |
| | 7 | | { |
| 0 | 8 | | internal static readonly string DownloadingLeases = "Downloading Leases"; |
| 0 | 9 | | internal static readonly string CheckingLeases = "Checking Leases"; |
| 0 | 10 | | internal static readonly string RenewingLease = "Renewing Lease"; |
| 0 | 11 | | internal static readonly string ReleasingLease = "Releasing Lease"; |
| 0 | 12 | | internal static readonly string StealingLease = "Stealing Lease"; |
| 0 | 13 | | internal static readonly string CreatingLease = "Creating Lease"; |
| 0 | 14 | | internal static readonly string ClosingEventProcessor = "Closing Event Processor"; |
| 0 | 15 | | internal static readonly string CreatingCheckpoint = "Creating Checkpoint"; |
| 0 | 16 | | internal static readonly string CreatingCheckpointStore = "Creating Checkpoint Store"; |
| 0 | 17 | | internal static readonly string CreatingEventProcessor = "Creating Event Processor"; |
| 0 | 18 | | internal static readonly string CreatingLeaseStore = "Creating Lease Store"; |
| 0 | 19 | | internal static readonly string InitializingStores = "Initializing Stores"; |
| 0 | 20 | | internal static readonly string OpeningEventProcessor = "Opening Event Processor"; |
| 0 | 21 | | internal static readonly string PartitionManagerCleanup = "Partition Manager Cleanup"; |
| 0 | 22 | | internal static readonly string PartitionManagerMainLoop = "Partition Manager Main Loop"; |
| 0 | 23 | | internal static readonly string PartitionPumpManagement = "Managing Partition Pumps"; |
| | 24 | | } |
| | 25 | | } |