| | |
| | | return new BladeAsyncUncaughtExceptionHandler(this.bladeContext, this.bladeProperties, this.publisher); |
| | | } |
| | | |
| | | /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration$BladeAsyncUncaughtExceptionHandler.class */ |
| | | |
| | | private static class BladeAsyncUncaughtExceptionHandler implements AsyncUncaughtExceptionHandler { |
| | | private final BladeContext bladeContext; |
| | | private final BladeProperties bladeProperties; |
| | |
| | | } |
| | | } |
| | | |
| | | /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration$BladeErrorHandler.class */ |
| | | |
| | | private static class BladeErrorHandler implements ErrorHandler { |
| | | private final BladeContext bladeContext; |
| | | private final BladeProperties bladeProperties; |