Uses of Enum
com.azure.messaging.eventhubs.models.CloseReason
Packages that use CloseReason
Package
Description
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
-
Uses of CloseReason in com.azure.messaging.eventhubs.models
Methods in com.azure.messaging.eventhubs.models that return CloseReasonModifier and TypeMethodDescriptionCloseContext.getCloseReason()Returns the reason for stopping the event processing.static CloseReasonReturns 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.Constructors in com.azure.messaging.eventhubs.models with parameters of type CloseReasonModifierConstructorDescriptionCloseContext(PartitionContext partitionContext, CloseReason closeReason) Creates a new instance of CloseContext.