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 StringACQUIRING_LEASEstatic StringCHECKING_CHECKPOINT_STOREstatic StringCHECKING_LEASE_STOREstatic StringCHECKING_LEASESstatic StringCLOSING_EVENT_PROCESSORstatic StringCREATING_CHECKPOINT_STOREstatic StringCREATING_CHECKPOINTSstatic StringCREATING_EVENT_HUB_CLIENTstatic StringCREATING_EVENT_PROCESSORstatic StringCREATING_LEASE_STOREstatic StringCREATING_LEASESstatic StringDELETING_LEASEstatic StringGETTING_CHECKPOINTstatic StringGETTING_LEASEstatic StringINITIALIZING_STORESstatic StringOPENING_EVENT_PROCESSORstatic StringPARTITION_MANAGER_CLEANUPstatic StringPARTITION_MANAGER_MAIN_LOOPstatic StringRELEASING_LEASEstatic StringRENEWING_LEASEstatic StringSTEALING_LEASEstatic StringUPDATING_CHECKPOINTstatic StringUPDATING_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
-
-