| | |
| | | @EnableScheduling |
| | | @Configuration |
| | | @EnableAsync |
| | | /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration.class */ |
| | | public class BladeExecutorConfiguration extends AsyncConfigurerSupport { |
| | | private static final Logger log = LoggerFactory.getLogger(BladeExecutorConfiguration.class); |
| | | private final BladeContext bladeContext; |
| | |
| | | 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; |