Class EventProcessorHostActionStrings
- java.lang.Object
-
- com.microsoft.azure.eventprocessorhost.EventProcessorHostActionStrings
-
public final class EventProcessorHostActionStrings extends Object
The action string of ExceptionReceivedEventArts will be one of this. They describe what activity was taking place when the exception occurred.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACQUIRING_LEASE
static String
CHECKING_CHECKPOINT_STORE
static String
CHECKING_LEASE_STORE
static String
CHECKING_LEASES
static String
CLOSING_EVENT_PROCESSOR
static String
CREATING_CHECKPOINT_STORE
static String
CREATING_CHECKPOINTS
static String
CREATING_EVENT_HUB_CLIENT
static String
CREATING_EVENT_PROCESSOR
static String
CREATING_LEASE_STORE
static String
CREATING_LEASES
static String
DELETING_LEASE
static String
GETTING_CHECKPOINT
static String
GETTING_LEASE
static String
INITIALIZING_STORES
static String
OPENING_EVENT_PROCESSOR
static String
PARTITION_MANAGER_CLEANUP
static String
PARTITION_MANAGER_MAIN_LOOP
static String
RELEASING_LEASE
static String
RENEWING_LEASE
static String
STEALING_LEASE
static String
UPDATING_CHECKPOINT
static String
UPDATING_LEASE
-
Constructor Summary
Constructors Constructor Description EventProcessorHostActionStrings()
-
-
-
Field Detail
-
ACQUIRING_LEASE
public static final String ACQUIRING_LEASE
- See Also:
- Constant Field Values
-
CHECKING_CHECKPOINT_STORE
public static final String CHECKING_CHECKPOINT_STORE
- See Also:
- Constant Field Values
-
CHECKING_LEASES
public static final String CHECKING_LEASES
- See Also:
- Constant Field Values
-
CHECKING_LEASE_STORE
public static final String CHECKING_LEASE_STORE
- See Also:
- Constant Field Values
-
CLOSING_EVENT_PROCESSOR
public static final String CLOSING_EVENT_PROCESSOR
- See Also:
- Constant Field Values
-
CREATING_CHECKPOINTS
public static final String CREATING_CHECKPOINTS
- See Also:
- Constant Field Values
-
CREATING_CHECKPOINT_STORE
public static final String CREATING_CHECKPOINT_STORE
- See Also:
- Constant Field Values
-
CREATING_EVENT_HUB_CLIENT
public static final String CREATING_EVENT_HUB_CLIENT
- See Also:
- Constant Field Values
-
CREATING_EVENT_PROCESSOR
public static final String CREATING_EVENT_PROCESSOR
- See Also:
- Constant Field Values
-
CREATING_LEASES
public static final String CREATING_LEASES
- See Also:
- Constant Field Values
-
CREATING_LEASE_STORE
public static final String CREATING_LEASE_STORE
- See Also:
- Constant Field Values
-
DELETING_LEASE
public static final String DELETING_LEASE
- See Also:
- Constant Field Values
-
GETTING_CHECKPOINT
public static final String GETTING_CHECKPOINT
- See Also:
- Constant Field Values
-
GETTING_LEASE
public static final String GETTING_LEASE
- See Also:
- Constant Field Values
-
INITIALIZING_STORES
public static final String INITIALIZING_STORES
- See Also:
- Constant Field Values
-
OPENING_EVENT_PROCESSOR
public static final String OPENING_EVENT_PROCESSOR
- See Also:
- Constant Field Values
-
PARTITION_MANAGER_CLEANUP
public static final String PARTITION_MANAGER_CLEANUP
- See Also:
- Constant Field Values
-
PARTITION_MANAGER_MAIN_LOOP
public static final String PARTITION_MANAGER_MAIN_LOOP
- See Also:
- Constant Field Values
-
RELEASING_LEASE
public static final String RELEASING_LEASE
- See Also:
- Constant Field Values
-
RENEWING_LEASE
public static final String RENEWING_LEASE
- See Also:
- Constant Field Values
-
STEALING_LEASE
public static final String STEALING_LEASE
- See Also:
- Constant Field Values
-
UPDATING_CHECKPOINT
public static final String UPDATING_CHECKPOINT
- See Also:
- Constant Field Values
-
UPDATING_LEASE
public static final String UPDATING_LEASE
- See Also:
- Constant Field Values
-
-