Uses of Class
com.microsoft.azure.eventprocessorhost.CloseReason
-
-
Uses of CloseReason in com.microsoft.azure.eventprocessorhost
Methods in com.microsoft.azure.eventprocessorhost that return CloseReason Modifier and Type Method Description 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.Methods in com.microsoft.azure.eventprocessorhost with parameters of type CloseReason Modifier and Type Method Description void
IEventProcessor. onClose(PartitionContext context, CloseReason reason)
Called by processor host to indicate that the event processor is being stopped.
-