Package | Description |
---|---|
com.azure.messaging.eventhubs.models |
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
|
Modifier and Type | Method and Description |
---|---|
CloseReason |
CloseContext.getCloseReason()
Returns the reason for stopping the event processing.
|
static CloseReason |
CloseReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseReason[] |
CloseReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CloseContext(PartitionContext partitionContext,
CloseReason closeReason)
Creates a new instance of CloseContext.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.