public static interface AzureExceptionHandler.AzureExceptionAction
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(Throwable throwable) |
String |
name() |
static AzureExceptionHandler.AzureExceptionAction |
simple(String name,
java.util.function.Consumer<? super Throwable> consumer) |
String name()
void actionPerformed(Throwable throwable)
static AzureExceptionHandler.AzureExceptionAction simple(String name, java.util.function.Consumer<? super Throwable> consumer)
Copyright © 2021. All rights reserved.