| パッケージ | 説明 |
|---|---|
| org.springframework.aop.interceptor | その他のインターセプターの実装を提供します。 |
| org.springframework.scheduling.annotation | 非同期メソッド実行用の Java 5 アノテーション。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | SimpleAsyncUncaughtExceptionHandler 単に例外をログに記録するデフォルトの AsyncUncaughtExceptionHandler。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | AsyncExecutionAspectSupport.setExceptionHandler(AsyncUncaughtExceptionHandler exceptionHandler)void 戻り値型で非同期メソッドを呼び出すことによってスローされた例外を処理するために使用する AsyncUncaughtExceptionHandler を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | AsyncExecutionAspectSupport.configure(SupplierSE<ExecutorSE> defaultExecutor, SupplierSE<AsyncUncaughtExceptionHandler> exceptionHandler) 指定されたエグゼキューターと例外ハンドラーのサプライヤーでこのアスペクトを設定し、サプライヤーが解決できない場合は対応するデフォルトを適用します。 |
| コンストラクターと説明 |
|---|
AsyncExecutionAspectSupport(ExecutorSE defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) 指定された例外ハンドラーで新しい AsyncExecutionAspectSupport を作成します。 |
AsyncExecutionInterceptor(ExecutorSE defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) 新しい AsyncExecutionInterceptor を作成します。 |
| 修飾子と型 | フィールドと説明 |
|---|---|
protected SupplierSE<AsyncUncaughtExceptionHandler> | AbstractAsyncConfiguration.exceptionHandler |
| 修飾子と型 | メソッドと説明 |
|---|---|
AsyncUncaughtExceptionHandler | AsyncConfigurerSupport.getAsyncUncaughtExceptionHandler() |
default AsyncUncaughtExceptionHandler | AsyncConfigurer.getAsyncUncaughtExceptionHandler()void 戻り値型の非同期メソッドの実行中に例外がスローされたときに使用される AsyncUncaughtExceptionHandler インスタンス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | AsyncAnnotationBeanPostProcessor.setExceptionHandler(AsyncUncaughtExceptionHandler exceptionHandler) 非同期メソッド実行によってスローされたキャッチされない例外を処理するために使用する AsyncUncaughtExceptionHandler を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected Advice | AsyncAnnotationAdvisor.buildAdvice(SupplierSE<ExecutorSE> executor, SupplierSE<AsyncUncaughtExceptionHandler> exceptionHandler) |
void | AsyncAnnotationBeanPostProcessor.configure(SupplierSE<ExecutorSE> executor, SupplierSE<AsyncUncaughtExceptionHandler> exceptionHandler) 指定されたエグゼキューターと例外ハンドラーのサプライヤーでこのポストプロセッサーを設定し、サプライヤーが解決できない場合は対応するデフォルトを適用します。 |
| コンストラクターと説明 |
|---|
AnnotationAsyncExecutionInterceptor(ExecutorSE defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) 指定されたエグゼキューターで新しい AnnotationAsyncExecutionInterceptor を作成します。 |
AsyncAnnotationAdvisor(ExecutorSE executor, AsyncUncaughtExceptionHandler exceptionHandler) 指定されたタスクエグゼキューターの新しい AsyncAnnotationAdvisor を作成します。 |
| コンストラクターと説明 |
|---|
AsyncAnnotationAdvisor(SupplierSE<ExecutorSE> executor, SupplierSE<AsyncUncaughtExceptionHandler> exceptionHandler) 指定されたタスクエグゼキューターの新しい AsyncAnnotationAdvisor を作成します。 |