Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CloseReason

Package version

An enum representing the different reasons for an EventProcessor to stop processing events from a partition in a consumer group of an Event Hub instance.

Index

Enumeration members

Enumeration members

OwnershipLost

OwnershipLost: = "OwnershipLost"

Ownership of the partition was lost or transitioned to a new processor instance.

Shutdown

Shutdown: = "Shutdown"

The EventProcessor was shutdown.

Generated using TypeDoc