T
- アクションからの戻り値の型 public interface SpringApplicationCallback<T>
修飾子と型 | メソッドと説明 |
---|---|
T | runWithSpringApplication(org.springframework.context.ApplicationContext context) 指定された ApplicationContext を使用してアクションを実行します。 |
T runWithSpringApplication(org.springframework.context.ApplicationContext context) throws java.lang.Exception
ApplicationContext
を使用してアクションを実行します。context
- アプリケーションコンテキスト java.lang.Exception
- エラーが発生した場合の例外