Uses of Class
com.microsoft.azure.eventprocessorhost.ExceptionReceivedEventArgs
-
-
Uses of ExceptionReceivedEventArgs in com.microsoft.azure.eventprocessorhost
Method parameters in com.microsoft.azure.eventprocessorhost with type arguments of type ExceptionReceivedEventArgs Modifier and Type Method Description voidEventProcessorOptions. setExceptionNotification(Consumer<ExceptionReceivedEventArgs> notificationHandler)Sets a handler which receives notification of general exceptions.
-